]> git.saurik.com Git - apt.git/blobdiff - test/libapt/makefile
* merged latest fixes from debian-sid
[apt.git] / test / libapt / makefile
index 50058262e748cfd65bab95439f22f5fea9286548..a8acabd8e25402a11659ff1d07f768cc7b1e8d87 100644 (file)
@@ -46,3 +46,15 @@ PROGRAM = GlobalError${BASENAME}
 SLIBS = -lapt-pkg
 SOURCE = globalerror_test.cc
 include $(PROGRAM_H)
+
+# test the different Hashsum classes
+PROGRAM = HashSums${BASENAME}
+SLIBS = -lapt-pkg
+SOURCE = hashsums_test.cc
+include $(PROGRAM_H)
+
+# test the strutils stuff
+PROGRAM = StrUtil${BASENAME}
+SLIBS = -lapt-pkg
+SOURCE = strutil_test.cc
+include $(PROGRAM_H)