[svn] r6340: nemerle/trunk/ncc/testsuite/run
malekith
svnadmin at nemerle.org
Fri May 26 18:41:54 CEST 2006
Log:
Fix it.
Author: malekith
Date: Fri May 26 18:41:53 2006
New Revision: 6340
Modified:
nemerle/trunk/ncc/testsuite/run
Modified: nemerle/trunk/ncc/testsuite/run
==============================================================================
--- nemerle/trunk/ncc/testsuite/run (original)
+++ nemerle/trunk/ncc/testsuite/run Fri May 26 18:41:53 2006
@@ -4,6 +4,6 @@
rm -f out.exe
export MONO_PATH=../out.stage1/:../out.stage2/
-time $ENGINE $NETFLAGS ../out.stage1/ncc.exe -ignore-confusion -bar+ -no-stdlib -r ../out.stage1/Nemerle.stage1 -r:System "$@" || exit 1
+time $ENGINE $NETFLAGS ../out.stage1/ncc.exe -ignore-confusion -bar+ -no-stdlib -r ../out.stage1/Nemerle.stage1 -r:../out.stage1/Nemerle.Macros -r:System "$@" || exit 1
time $ENGINE $NETFLAGS ./out.exe $OUT_ARGS || echo "Non zero exit code."
More information about the svn
mailing list