diff options
author | Daniel Burrows <dburrows@debian.org> | 2009-01-16 21:44:32 -0800 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2009-01-16 21:44:32 -0800 |
commit | da88a76f20cbf0ef64324e379ed5b2814adf7b20 (patch) | |
tree | b89f5f1436b28fe28226c370ff401a77680f663c /tests/Makefile.am | |
parent | 90fea778bac6d2133ae9c03e46319736b204c722 (diff) | |
download | aptitude-da88a76f20cbf0ef64324e379ed5b2814adf7b20.tar.gz |
Add some basic tests of resolver hints.
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 f452cad5..d2a8a376 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -23,6 +23,7 @@ test_SOURCES = \ test_matching.cc \ test_misc.cc \ test_resolver.cc \ + test_resolver_hints.cc \ test_setset.cc \ test_tags.cc \ test_temp.cc \ |