[Debtags-commits] [svn] r1690 - in tagcoll/2.0: . tests tools
Enrico Zini
enrico at costa.debian.org
Tue May 2 22:22:30 UTC 2006
Author: enrico
Date: Tue May 2 22:22:29 2006
New Revision: 1690
Added:
tagcoll/2.0/tools/tagcoll-test (contents, props changed)
Removed:
tagcoll/2.0/tests/tagcoll-test
Modified:
tagcoll/2.0/ (props changed)
tagcoll/2.0/Makefile.am
tagcoll/2.0/tests/Makefile.am
tagcoll/2.0/tools/Makefile.am
Log:
r2552 at viaza: enrico | 2006-05-03 00:18:35 +0200
Moved tagcoll-test as a test into tools, so we can build (and run) library tests before building the tools
Modified: tagcoll/2.0/Makefile.am
==============================================================================
--- tagcoll/2.0/Makefile.am (original)
+++ tagcoll/2.0/Makefile.am Tue May 2 22:22:29 2006
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = tagcoll tools tests bench doc .
+SUBDIRS = tagcoll tests tools bench doc .
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA=libtagcoll.pc
Modified: tagcoll/2.0/tests/Makefile.am
==============================================================================
--- tagcoll/2.0/tests/Makefile.am (original)
+++ tagcoll/2.0/tests/Makefile.am Tue May 2 22:22:29 2006
@@ -1,4 +1,4 @@
-TESTS = libtagcoll-test tagcoll-test
+TESTS = libtagcoll-test
check_PROGRAMS = libtagcoll-test
libtagcoll_test_SOURCES = tut-main.cpp
# Disabled: it failed, but it also looks meaningless as it is
Modified: tagcoll/2.0/tools/Makefile.am
==============================================================================
--- tagcoll/2.0/tools/Makefile.am (original)
+++ tagcoll/2.0/tools/Makefile.am Tue May 2 22:22:29 2006
@@ -1,5 +1,7 @@
## Process this file with automake to produce Makefile.in
+TESTS = tagcoll-test
+
bin_PROGRAMS = tagcoll tagidx
noinst_PROGRAMS = manpage
More information about the Debtags-commits
mailing list