[Debtags-commits] [svn] r1271 - libdebtags1/trunk/debtags

Peter Rockai mornfall-guest at costa.debian.org
Sun Aug 21 12:24:44 UTC 2005


Author: mornfall-guest
Date: Sun Aug 21 12:24:42 2005
New Revision: 1271

Modified:
   libdebtags1/trunk/debtags/Makefile.am
   libdebtags1/trunk/debtags/Tags.cc
Log:
Could not find tut.h and Tags had a conflicting TESTGRP.
Fixed those.


Modified: libdebtags1/trunk/debtags/Makefile.am
==============================================================================
--- libdebtags1/trunk/debtags/Makefile.am	(original)
+++ libdebtags1/trunk/debtags/Makefile.am	Sun Aug 21 12:24:42 2005
@@ -50,4 +50,4 @@
 libdebtags1_la_LDFLAGS = -version-info @LIBDEBTAGS_VERSION_INFO@
 libdebtags1_la_LIBADD = $(LIBTAGCOLL1_LIBS)
 
-INCLUDES = $(LIBTAGCOLL1_CFLAGS) -DSTATEDIR='"$(databasedir)"' -DCOMPILE_TESTSUITE
+INCLUDES = $(LIBTAGCOLL1_CFLAGS) -DSTATEDIR='"$(databasedir)"' -DCOMPILE_TESTSUITE -I$(top_srcdir)/tests

Modified: libdebtags1/trunk/debtags/Tags.cc
==============================================================================
--- libdebtags1/trunk/debtags/Tags.cc	(original)
+++ libdebtags1/trunk/debtags/Tags.cc	Sun Aug 21 12:24:42 2005
@@ -251,9 +251,9 @@
 
 namespace tut {
 
-struct debtags_serializer_shar {
+struct debtags_tags_shar {
 };
-TESTGRP(debtags_serializer);
+TESTGRP(debtags_tags);
 
 template<> template<>
 void to::test<1>()



More information about the Debtags-commits mailing list