]> git.saurik.com Git - apt.git/blobdiff - test/libapt/makefile
merge the tests for configuration into another libapt-test
[apt.git] / test / libapt / makefile
index 87a1213c0f9880d9b80ef424c578f21aada6fc9f..366907d89f5523d65b9843546a0d80ba2ec1715d 100644 (file)
@@ -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)