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

Daniel Burrows dburrows at costa.debian.org
Tue Jul 26 18:49:24 UTC 2005


Author: dburrows
Date: Tue Jul 26 18:49:21 2005
New Revision: 3697

Added:
   branches/aptitude-0.3/aptitude/tests/
      - copied from r3669, branches/aptitude-0.3/aptitude/src/generic/tests/
   branches/aptitude-0.3/aptitude/tests/Makefile.am
      - copied unchanged from r3696, branches/aptitude-0.3/aptitude/src/generic/tests/Makefile.am
   branches/aptitude-0.3/aptitude/tests/main.cc
      - copied unchanged from r3696, branches/aptitude-0.3/aptitude/src/generic/tests/main.cc
   branches/aptitude-0.3/aptitude/tests/test_tags.cc
      - copied unchanged from r3696, branches/aptitude-0.3/aptitude/src/generic/tests/test_tags.cc
Removed:
   branches/aptitude-0.3/aptitude/src/generic/tests/
Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/Makefile.am
   branches/aptitude-0.3/aptitude/configure.ac
   branches/aptitude-0.3/aptitude/src/generic/Makefile.am
Log:
Lift the test suites up to the top level.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Tue Jul 26 18:49:21 2005
@@ -1,3 +1,9 @@
+2005-07-26  Daniel Burrows  <dburrows at debian.org>
+
+	* configure.ac, Makefile.am, src/generic/Makefile.am, src/generic/tests/, tests/:
+
+	  Move the test suites up to the top level.
+
 2005-07-25  Daniel Burrows  <dburrows at debian.org>
 
 	* src/pkg_grouppolicy.cc:

Modified: branches/aptitude-0.3/aptitude/Makefile.am
==============================================================================
--- branches/aptitude-0.3/aptitude/Makefile.am	(original)
+++ branches/aptitude-0.3/aptitude/Makefile.am	Tue Jul 26 18:49:21 2005
@@ -6,7 +6,7 @@
 SRCDIRS=@SRCDIRS@
 DOCDIRS=@DOCDIRS@
 
-SUBDIRS=$(SRCDIRS) $(DOCDIRS) m4 po intl
+SUBDIRS=$(SRCDIRS) $(DOCDIRS) m4 po intl tests
 
 MANPAGE_LOCALES=fr gl it pl
 

Modified: branches/aptitude-0.3/aptitude/configure.ac
==============================================================================
--- branches/aptitude-0.3/aptitude/configure.ac	(original)
+++ branches/aptitude-0.3/aptitude/configure.ac	Tue Jul 26 18:49:21 2005
@@ -230,10 +230,10 @@
 	src/cmdline/Makefile
 	src/generic/Makefile
 	src/generic/problemresolver/Makefile
-	src/generic/tests/Makefile
 	src/mine/Makefile
 	src/vscreen/Makefile
 	src/vscreen/config/Makefile
+	tests/Makefile
 ])
 
 AC_OUTPUT

Modified: branches/aptitude-0.3/aptitude/src/generic/Makefile.am
==============================================================================
--- branches/aptitude-0.3/aptitude/src/generic/Makefile.am	(original)
+++ branches/aptitude-0.3/aptitude/src/generic/Makefile.am	Tue Jul 26 18:49:21 2005
@@ -1,6 +1,6 @@
 MAINTAINERCLEANFILES=Makefile.in
 
-SUBDIRS=problemresolver tests
+SUBDIRS=problemresolver
 
 localedir = $(datadir)/locale
 INCLUDES = -Wall @WERROR@ -I../../ -I$(srcdir) -I$(top_srcdir)/lib -I../../intl



More information about the Aptitude-svn-commit mailing list