summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2010-04-19 09:38:19 -0700
committerDaniel Burrows <dburrows@debian.org>2010-04-19 09:38:19 -0700
commit4bc5444c7e319df34a79c43fe99b429752c17a58 (patch)
treee49e7f3a4d1cae5dd706fc4d90e8737dbb2cbccf /tests/Makefile.am
parent7d75cd4b905cadcb6d166f88be23d0deb14f0dc6 (diff)
downloadaptitude-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.am1
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 \