[Aptitude-svn-commit] r3698 - in branches/aptitude-0.3/aptitude: . tests

Daniel Burrows dburrows at costa.debian.org
Tue Jul 26 18:50:08 UTC 2005


Author: dburrows
Date: Tue Jul 26 18:50:06 2005
New Revision: 3698

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/tests/Makefile.am
   branches/aptitude-0.3/aptitude/tests/test_tags.cc
Log:
Make the tests compile again.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Tue Jul 26 18:50:06 2005
@@ -1,5 +1,9 @@
 2005-07-26  Daniel Burrows  <dburrows at debian.org>
 
+	* tests/Makefile.am, tests/test_tags.cc:
+
+	  Update the source to compile with the lifted suites.
+
 	* configure.ac, Makefile.am, src/generic/Makefile.am, src/generic/tests/, tests/:
 
 	  Move the test suites up to the top level.

Modified: branches/aptitude-0.3/aptitude/tests/Makefile.am
==============================================================================
--- branches/aptitude-0.3/aptitude/tests/Makefile.am	(original)
+++ branches/aptitude-0.3/aptitude/tests/Makefile.am	Tue Jul 26 18:50:06 2005
@@ -1,7 +1,7 @@
 MAINTAINERCLEANFILES = Makefile.in
 
 INCLUDES = -Wall @WERROR@ -I../.. -I$(srcdir)
-LDADD = ../libgeneric.a -lcppunit
+LDADD = ../src/generic/libgeneric.a -lcppunit
 
 check_PROGRAMS = test
 

Modified: branches/aptitude-0.3/aptitude/tests/test_tags.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/tests/test_tags.cc	(original)
+++ branches/aptitude-0.3/aptitude/tests/test_tags.cc	Tue Jul 26 18:50:06 2005
@@ -20,7 +20,7 @@
 
 #include <cppunit/extensions/HelperMacros.h>
 
-#include "../tags.h"
+#include <src/generic/tags.h>
 
 #include <string.h>
 



More information about the Aptitude-svn-commit mailing list