[Wisp-cvs] wisp/wa Makefile.am,1.1,1.2
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-08-31 14:29:25
|
Update of /cvsroot/wisp/wisp/wa In directory usw-pr-cvs1:/tmp/cvs-serv4879/wa Modified Files: Makefile.am Log Message: Implemented the beginnings of Worth's delay-optimization. Index: Makefile.am =================================================================== RCS file: /cvsroot/wisp/wisp/wa/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 8 Aug 2002 17:20:00 -0000 1.1 +++ Makefile.am 31 Aug 2002 14:29:22 -0000 1.2 @@ -11,3 +11,7 @@ cupid: cupid.wth WISP_PATH=$(top_srcdir)/modules $(top_builddir)/src/wisp \ $(top_srcdir)/tools/worth $< + +check: cupid # attempt translation + ./$< > /dev/null # attempt running + test `./$< | wc -l` -eq 4 # test the run |