]> git.saurik.com Git - apt.git/blobdiff - test/libapt/makefile
* merged latest fixes from debian-sid
[apt.git] / test / libapt / makefile
index fec928ad202f0775089e2ded4461b4d90bdcbc07..a8acabd8e25402a11659ff1d07f768cc7b1e8d87 100644 (file)
@@ -47,6 +47,12 @@ 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