simon 01/09/13 00:22:37
Modified: . Makefile
Log:
Euclidean test and test output rearranging from Gregor Purdy.
Revision Changes Path
1.9 +5 -3 parrot/Makefile
Index: Makefile
===================================================================
RCS file: /home/perlcvs/parrot/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -w -r1.8 -r1.9
--- Makefile 2001/09/12 09:54:45 1.8
+++ Makefile 2001/09/13 07:22:36 1.9
@@ -51,8 +51,10 @@
test:
perl assemble.pl t/test.pasm > t/test.pbc
- ./test_prog t/test.pbc
+ ./test_prog t/test.pbc > t/test.out
perl assemble.pl t/test2.pasm > t/test2.pbc
- ./test_prog t/test2.pbc
+ ./test_prog t/test2.pbc > t/test2.out
perl assemble.pl t/test3.pasm > t/test3.pbc
- ./test_prog t/test3.pbc
+ ./test_prog t/test3.pbc > t/test3.out
+ perl assemble.pl t/euclid.pasm > t/euclid.pbc
+ ./test_prog t/euclid.pbc > t/euclid.out