]> git.saurik.com Git - apt.git/blobdiff - test/libapt/makefile
run apt-get download in quiet mode as it messes with output otherwise
[apt.git] / test / libapt / makefile
index b3f2f427437952a0b8cdad9696412abaf500e554..d3dddaeedcef5f9cf8a0decdb2b93f11e66696ce 100644 (file)
@@ -51,6 +51,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