summaryrefslogtreecommitdiff
path: root/test/runtests.sh
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2013-04-18 22:39:30 +0000
committerAdrian Thurston <thurston@complang.org>2013-04-18 22:39:30 +0000
commit2af4f24920d2fa85a27914b061a0d8ee1148c6be (patch)
treeaff2e65fb116e23691a58d319dd82040dd8e4f71 /test/runtests.sh
parent9c724fd4745e1b62455bcfafcbfc42b25eaa8888 (diff)
downloadcolm-2af4f24920d2fa85a27914b061a0d8ee1148c6be.tar.gz
program interface changes
-c to compile library only, no binary -e and -E for the exports files (header and code respectively) default binary now has the extension removed (was .bin)
Diffstat (limited to 'test/runtests.sh')
-rwxr-xr-xtest/runtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtests.sh b/test/runtests.sh
index 93474404..a0e54eb3 100755
--- a/test/runtests.sh
+++ b/test/runtests.sh
@@ -104,7 +104,7 @@ function runtests()
section LM 0 $TST $LM
- BIN=$WORKING/$ROOT.bin
+ BIN=$WORKING/$ROOT
OUT=$WORKING/$ROOT.out
DIFF=$WORKING/$ROOT.diff
LOG=$WORKING/$ROOT.log