From: Martin R. <ru...@us...> - 2010-04-26 15:47:00
|
Update of /cvsroot/foo/fooelk/test In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11005/test Modified Files: Makefile.am Log Message: equiv to revision level r275 of original elk: Move all tests to a single directory for 'make check' Index: Makefile.am =================================================================== RCS file: /cvsroot/foo/fooelk/test/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.am 26 Apr 2010 15:41:08 -0000 1.1 --- Makefile.am 26 Apr 2010 15:46:52 -0000 1.2 *************** *** 1,6 **** # $Id$ ! EXTRA_DIST = check-build ! TESTS = check-build --- 1,12 ---- # $Id$ ! EXTRA_DIST = README check-build r4rstest.scm \ ! check-gc.in check-gc2.in check-r4rs.in ! DISTCLEANFILES = check-gc check-gc2 check-r4rs ! if NATIVE_BUILD ! native_tests = check-gc check-gc2 check-r4rs ! endif ! ! TESTS = check-build $(native_tests) |