diff options
author | Daniel Burrows <dburrows@debian.org> | 2010-05-06 08:46:48 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2010-05-06 08:46:48 -0700 |
commit | ed2ed5ae9e9e3c4d6b38ea27f716b99c557cfc0c (patch) | |
tree | 23c49583f4a44c18d163751a98aae1b27c9c1e27 /tests/SConscript | |
parent | 6f110cc3d61cf1fb981dcce1e49e5bb336e77035 (diff) | |
download | aptitude-ed2ed5ae9e9e3c4d6b38ea27f716b99c557cfc0c.tar.gz |
Add the dynamic list tests into the SCons test suite list.
Diffstat (limited to 'tests/SConscript')
-rw-r--r-- | tests/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/SConscript b/tests/SConscript index 67105da9..f91f3eab 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -63,6 +63,7 @@ cppunit_test_extra_deps = [ boost_test_sources = [ 'boost_test_main.cc', + 'test_dynamic_list.cc', 'test_enumerator.cc', 'test_file_cache.cc', 'test_sqlite.cc' |