diff options
author | Daniel Burrows <dburrows@debian.org> | 2010-04-30 09:03:26 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2010-04-30 09:03:26 -0700 |
commit | e8bf3c1941f9f381033dd4e4c18e2e6d515765aa (patch) | |
tree | 1af8b8770d8cb23e658c887c06fe9a6ef6dbf6d1 /tests/Makefile.am | |
parent | d05c6a2fae1d0613a39d0c075ad7df061a7ea10a (diff) | |
download | aptitude-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.am | 1 |
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 |