summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-07 13:43:52 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-07 13:43:52 +0300
commitfc20459eaecf66ff6c6631b4b012de69860c4a65 (patch)
tree72da8341fb24ad39ba12b13b4cb00b58e8c59eb3 /test.sh
parent44cf7b096b5f93adce4f316ff1c75af8be004705 (diff)
downloadparanucker-fc20459eaecf66ff6c6631b4b012de69860c4a65.tar.gz
paranucker-fc20459eaecf66ff6c6631b4b012de69860c4a65.tar.bz2
paranucker-fc20459eaecf66ff6c6631b4b012de69860c4a65.tar.xz
paranucker-fc20459eaecf66ff6c6631b4b012de69860c4a65.zip
Move actual test invoke commands to make file.
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/test.sh b/test.sh
index 57818e4..29c57bb 100755
--- a/test.sh
+++ b/test.sh
@@ -1,6 +1,9 @@
#!/bin/bash
-cd test
-g++-5 -fplugin=../build/src/.libs/libastdumper.so test1.c 2>../test.txt
+cd build
+make test
-cd ..
+#cd test
+#g++-5 -fplugin=../build/src/.libs/libastdumper.so test1.c 2>../test.txt
+
+#cd ..