From: Martin R. <ru...@us...> - 2010-04-26 15:19:07
|
Update of /cvsroot/foo/fooelk/examples/tests In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv5020/examples/tests Modified Files: Makefile.am Log Message: fixed gc stress test for fooelk Index: Makefile.am =================================================================== RCS file: /cvsroot/foo/fooelk/examples/tests/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 26 Apr 2010 15:02:31 -0000 1.2 --- Makefile.am 26 Apr 2010 15:18:59 -0000 1.3 *************** *** 16,20 **** printf "" > $@ ! stamp-gc: $(top_builddir)/src/elk ! -$(top_builddir)/src/elk -p .:$(top_srcdir)/scm -l gc-stress.scm --- 16,20 ---- printf "" > $@ ! stamp-gc: $(top_builddir)/src/fooelk ! -$(top_builddir)/src/fooelk -p .:$(top_srcdir)/scm -l gc-stress.scm |