aboutsummaryrefslogtreecommitdiff
path: root/test_all.sh
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-04-30 00:57:11 +0800
committerTeddy <ted.sybil@gmail.com>2014-04-30 00:57:11 +0800
commite7291157c681d493a7e889fa123618da954818cf (patch)
treed6e7c4c874e8cba67f5462c1b96ea40c3846cb7a /test_all.sh
parentcf1d9a8abe690cfb51fc6ceced51320a78c437bb (diff)
add load inst
Diffstat (limited to 'test_all.sh')
-rwxr-xr-xtest_all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_all.sh b/test_all.sh
index 4dda78e..03ff5d0 100755
--- a/test_all.sh
+++ b/test_all.sh
@@ -8,7 +8,7 @@ for file in $dir
do
gcc $file -o /dev/null &> /dev/null
gcc_ret="$?"
- ./cibic --sem $file &> /dev/null
+ ./cibic $file &> /dev/null
ret=$?
if [ $ret -ne $gcc_ret ]; then
echo "Failed on $file"