diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-08-17 09:59:19 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-08-17 09:59:19 +0200 |
commit | 213b88053da331adf07b89ce35c8eb9cff914be4 (patch) | |
tree | d46c3fe63043dc05a71fde2bbed6b91c6a4ebee4 /test/libapt/makefile | |
parent | 6e7d39d0f52c02c1da991554bc8f44301369fced (diff) |
merge the tests for configuration into another libapt-test
Diffstat (limited to 'test/libapt/makefile')
-rw-r--r-- | test/libapt/makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/libapt/makefile b/test/libapt/makefile index 87a1213c0..366907d89 100644 --- a/test/libapt/makefile +++ b/test/libapt/makefile @@ -58,3 +58,9 @@ PROGRAM = URI${BASENAME} SLIBS = -lapt-pkg SOURCE = uri_test.cc include $(PROGRAM_H) + +# test the Configuration class +PROGRAM = Configuration${BASENAME} +SLIBS = -lapt-pkg +SOURCE = configuration_test.cc +include $(PROGRAM_H) |