diff options
author | Daniel Burrows <dburrows@debian.org> | 2010-04-19 09:38:19 -0700 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2010-04-19 09:38:19 -0700 |
commit | 4bc5444c7e319df34a79c43fe99b429752c17a58 (patch) | |
tree | e49e7f3a4d1cae5dd706fc4d90e8737dbb2cbccf /tests/Makefile.am | |
parent | 7d75cd4b905cadcb6d166f88be23d0deb14f0dc6 (diff) | |
download | aptitude-4bc5444c7e319df34a79c43fe99b429752c17a58.tar.gz |
Start a suite of unit tests for the incremental expression module of the resolver.
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 acfd45ad..4d45c314 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -31,6 +31,7 @@ cppunit_test_SOURCES = \ test_choice_set.cc \ test_config_pusher.cc \ test_dense_setset.cc \ + test_incremental_expression.cc \ test_matching.cc \ test_misc.cc \ test_parsers.cc \ |