[Aptitude-svn-commit] r3683 - in branches/aptitude-0.3/aptitude: . src/generic/tests

Daniel Burrows dburrows at costa.debian.org
Tue Jul 26 03:25:46 UTC 2005


Author: dburrows
Date: Tue Jul 26 03:25:44 2005
New Revision: 3683

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/generic/tests/Makefile.am
Log:
Actually run the tests on 'make check'.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Tue Jul 26 03:25:44 2005
@@ -1,5 +1,9 @@
 2005-07-25  Daniel Burrows  <dburrows at debian.org>
 
+	* src/generic/tests/Makefile.am:
+
+	  Run the tests on "make check".
+
 	* src/generic/tests/test_tags.cc:
 
 	  Test the tag parser more exhaustively.

Modified: branches/aptitude-0.3/aptitude/src/generic/tests/Makefile.am
==============================================================================
--- branches/aptitude-0.3/aptitude/src/generic/tests/Makefile.am	(original)
+++ branches/aptitude-0.3/aptitude/src/generic/tests/Makefile.am	Tue Jul 26 03:25:44 2005
@@ -3,7 +3,9 @@
 INCLUDES = -Wall @WERROR@ -I../.. -I$(srcdir)
 LDADD = ../libgeneric.a -lcppunit
 
-noinst_PROGRAMS = test
+check_PROGRAMS = test
+
+TESTS = test
 
 test_SOURCES = \
 	main.cc \



More information about the Aptitude-svn-commit mailing list