summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-06-06 15:24:55 +0200
committerReid <reidyaro@gmail.com>2015-06-06 15:26:12 +0200
commitef3bc73a57d35a9c398fad599dd758b7d9270d21 (patch)
treeaf5ecaf362a14ec4e459024476d011b31649f10a /test.sh
parent2732c58975f5706d8c7fbce45d0419abe3713dc4 (diff)
downloadparanucker-ef3bc73a57d35a9c398fad599dd758b7d9270d21.tar.gz
paranucker-ef3bc73a57d35a9c398fad599dd758b7d9270d21.tar.bz2
paranucker-ef3bc73a57d35a9c398fad599dd758b7d9270d21.tar.xz
paranucker-ef3bc73a57d35a9c398fad599dd758b7d9270d21.zip
In test.sh changes compiler to g++-5.
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.sh b/test.sh
index 3a5c89e..57818e4 100755
--- a/test.sh
+++ b/test.sh
@@ -1,6 +1,6 @@
#!/bin/bash
cd test
-g++ -fplugin=../build/src/.libs/libastdumper.so test1.c 2>../test.txt
+g++-5 -fplugin=../build/src/.libs/libastdumper.so test1.c 2>../test.txt
-cd .. \ No newline at end of file
+cd ..