diff options
Diffstat (limited to 'test/runtest.sh')
-rwxr-xr-x | test/runtest.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/runtest.sh b/test/runtest.sh index 52871dc..d8f959e 100755 --- a/test/runtest.sh +++ b/test/runtest.sh @@ -11,8 +11,8 @@ NPASSES=0 build() { rm -f $1 $1.o $1.s $1.use - echo mbld -b $1 -C../6/6m -M../muse/muse -I../lib/std -I../lib/sys -r../rt/_myrrt.o $1.myr - ../mbld/mbld -b $1 -C../6/6m -M../muse/muse -I../lib/std -I../lib/sys -r../rt/_myrrt.o $1.myr + echo mbld -b $1 -I../lib/std -I../lib/sys -r../rt/_myrrt.o $1.myr + ../mbld/mbld -b $1 -I../lib/std -I../lib/sys -r../rt/_myrrt.o $1.myr } pass() { |