From: Martin R. <ru...@us...> - 2004-07-31 07:01:30
|
Update of /cvsroot/foo/foo/libfoo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4156 Modified Files: Makefile.am configure.ac Log Message: integrated tests dir with build system Index: configure.ac =================================================================== RCS file: /cvsroot/foo/foo/libfoo/configure.ac,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** configure.ac 31 Jul 2004 04:09:18 -0000 1.3 --- configure.ac 31 Jul 2004 07:01:21 -0000 1.4 *************** *** 136,139 **** --- 136,141 ---- modules/Makefile modules/orthodox/Makefile + tests/Makefile + tests/foosine/Makefile ]) Index: Makefile.am =================================================================== RCS file: /cvsroot/foo/foo/libfoo/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 31 Jul 2004 04:09:18 -0000 1.2 --- Makefile.am 31 Jul 2004 07:01:21 -0000 1.3 *************** *** 6,10 **** NULL = ! SUBDIRS = include modules src DIST_SUBDIRS = $(SUBDIRS) autotools m4 --- 6,10 ---- NULL = ! SUBDIRS = include modules src tests DIST_SUBDIRS = $(SUBDIRS) autotools m4 |