[svn] r6077: nemerle/trunk/ncc/testsuite/Makefile
malekith
svnadmin at nemerle.org
Sat Jan 21 21:17:06 CET 2006
Log:
Use xargs to avoid command line length problems with Windows.
Author: malekith
Date: Sat Jan 21 21:17:04 2006
New Revision: 6077
Modified:
nemerle/trunk/ncc/testsuite/Makefile
Modified: nemerle/trunk/ncc/testsuite/Makefile
==============================================================================
--- nemerle/trunk/ncc/testsuite/Makefile (original)
+++ nemerle/trunk/ncc/testsuite/Makefile Sat Jan 21 21:17:04 2006
@@ -59,8 +59,9 @@
rm -f *.dll *.mdb *.pdb *.exe xml-*.xml *.netmodule ext_test.out test_out.txt
test: test.exe $(NEM_DLLS)
+ echo $(TEST_FILES) | xargs \
$(EXECUTE) ./test.exe -s -r "$(NET_ENGINE)" -rp " $(NET_FLAGS)" -p "$(NEM_FLAGS) $(ADDITIONAL_FLAGS)" \
- -verify "$(VERIFY)" $(TEST_FILES)
+ -verify "$(VERIFY)"
test.exe: test.n
$(EXECUTE) $(STAGE3)/ncc.exe -r:Nemerle.Compiler -out test.exe $(TESTN)
More information about the svn
mailing list