summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2010-04-30 09:03:26 -0700
committerDaniel Burrows <dburrows@debian.org>2010-04-30 09:03:26 -0700
commite8bf3c1941f9f381033dd4e4c18e2e6d515765aa (patch)
tree1af8b8770d8cb23e658c887c06fe9a6ef6dbf6d1 /tests/Makefile.am
parentd05c6a2fae1d0613a39d0c075ad7df061a7ea10a (diff)
downloadaptitude-e8bf3c1941f9f381033dd4e4c18e2e6d515765aa.tar.gz
Add a suite of unit tests for the enumerator class and its implementations.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4d45c314..987c4f0a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -46,5 +46,6 @@ cppunit_test_SOURCES = \
boost_test_SOURCES = \
boost_test_main.cc \
+ test_enumerator.cc \
test_file_cache.cc \
test_sqlite.cc