[svn] r7735: nemerle/trunk/snippets/aop/makefile
Luntain
svnadmin at nemerle.org
Thu Jul 5 09:09:51 CEST 2007
Log:
Now it builds fine under Linux.
Author: Luntain
Date: Thu Jul 5 09:09:46 2007
New Revision: 7735
Modified:
nemerle/trunk/snippets/aop/makefile
Modified: nemerle/trunk/snippets/aop/makefile
==============================================================================
--- nemerle/trunk/snippets/aop/makefile (original)
+++ nemerle/trunk/snippets/aop/makefile Thu Jul 5 09:09:46 2007
@@ -40,12 +40,12 @@
make functional_tests ARG=-vv
functional_tests: testbin testbin/test.exe bin/Nemerle.Aop.dll
- cp {bin,testbin}/Nemerle.Aop.dll
- cp {../../ncc/out.stage3,testbin}/Nemerle.Macros.dll
+ cp bin/Nemerle.Aop.dll testbin/Nemerle.Aop.dll
+ cp ../../ncc/out.stage3/Nemerle.Macros.dll testbin/Nemerle.Macros.dll
cd testbin; find ../src/ftests -name "*$(NAME)*_positive.n" \
- -exec ./test.exe $(ARG) -ref Nemerle.Aop.dll {} +
+ -exec $(NET_ENGINE) test.exe -r "$(NET_ENGINE)" $(ARG) -ref Nemerle.Aop.dll {} +
cd testbin; find ../src/ftests -name "*$(NAME)*_negative.n" \
- -exec ./test.exe $(ARG) -ref Nemerle.Aop.dll {} +
+ -exec $(NET_ENGINE) test.exe -r "$(NET_ENGINE)" $(ARG) -ref Nemerle.Aop.dll {} +
testbin/test.exe: testbin
ncc -o:$@ -r Nemerle.Compiler.dll ../../ncc/testsuite/test.n
More information about the svn
mailing list