[Nice-commit] Nice Makefile,1.163,1.164
Brought to you by:
bonniot
|
From: Daniel B. <bo...@us...> - 2005-04-11 12:45:53
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24733 Modified Files: Makefile Log Message: Embedded DSL to write testcases as nice programs calling the compiler. Index: Makefile =================================================================== RCS file: /cvsroot/nice/Nice/Makefile,v retrieving revision 1.163 retrieving revision 1.164 diff -C2 -d -r1.163 -r1.164 *** Makefile 31 Mar 2005 19:21:43 -0000 1.163 --- Makefile 11 Apr 2005 12:45:36 -0000 1.164 *************** *** 52,56 **** world: fixpoint check test ! tools: nicedoc unit ant publish # The bootstrap at the end of the universe ;-) --- 52,56 ---- world: fixpoint check test ! tools: nicedoc unit ant publish nicetestengine # The bootstrap at the end of the universe ;-) *************** *** 221,224 **** --- 221,227 ---- echo "Compilation of the testsuite engine failed." + nicetestengine: + $(NICEC1) nice.tools.testsuite + visibility: $(NICEC1) -a visibility.jar nice.tools.visibility |