]> git.saurik.com Git - apt.git/blobdiff - test/libapt/makefile
move hash test to libapt-testcases and add a few more tests
[apt.git] / test / libapt / makefile
index 50058262e748cfd65bab95439f22f5fea9286548..1d36f0c7c0ca93ff7b4acdb285f8248c0b39726f 100644 (file)
@@ -46,3 +46,9 @@ 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)