From: stephan b. <sg...@us...> - 2004-12-30 17:49:01
|
Update of /cvsroot/pclasses/pclasses2/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6787/test Modified Files: Makefile.toc Log Message: Added IOTest Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/test/Makefile.toc,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- Makefile.toc 30 Dec 2004 16:40:40 -0000 1.15 +++ Makefile.toc 30 Dec 2004 17:48:48 -0000 1.16 @@ -17,12 +17,14 @@ build_bins = 1 ifeq (1,$(build_bins)) - BIN_PROGRAMS = PtrTest \ - StringToolTest \ + BIN_PROGRAMS = \ FactoryTest \ + IOTest \ + PtrTest \ s11nTest \ SimpleArgvParserTest \ - SimplePropertyStoreTest + SimplePropertyStoreTest \ + StringToolTest BIN_PROGRAMS_LDADD = $(LIBP_TESTS_LDADD) FactoryTest_bin_OBJECTS = FactoryTest.o registrations.o FactoryTest_bin_LDADD = $(LIBPSYSTEM_CLIENT_LDADD) $(LIBPSIO_CLIENT_LDADD) $(LIBPUTIL_CLIENT_LDADD) @@ -36,6 +38,8 @@ SimplePropertyStoreTest_bin_OBJECTS = SimplePropertyStoreTest.o SimpleArgvParserTest_bin_LDADD = $(s11nTest_bin_LDADD) SimpleArgvParserTest_bin_OBJECTS = SimpleArgvParserTest.o + IOTest_bin_LDADD = $(s11nTest_bin_LDADD) + IOTest_bin_OBJECTS = IOTest.o include $(TOC_MAKESDIR)/BIN_PROGRAMS.make endif |