From: Martin R. <ru...@us...> - 2010-04-26 15:47:00
|
Update of /cvsroot/foo/fooelk/examples In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11005/examples 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/examples/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile.am 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- Makefile.am 26 Apr 2010 15:46:51 -0000 1.2 *************** *** 1,5 **** NULL = - SUBDIRS = tests EXTRA_DIST = $(DATA) --- 1,4 ---- *************** *** 44,53 **** $(NULL) - testsdir = $(examplesdir)/tests - tests_DATA = \ - tests/README \ - tests/r4rstest.scm \ - $(NULL) - unixdir = $(examplesdir)/unix unix_DATA = \ --- 43,46 ---- |