X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/4a0a786f45a78eb8631c0e2d39d804ab9fdea214..16176b647e76f316ec98f31f6dd806a49d7b8a77:/test/makefile?ds=sidebyside diff --git a/test/makefile b/test/makefile index 9ad6233c2..a9dbdc34d 100644 --- a/test/makefile +++ b/test/makefile @@ -38,6 +38,12 @@ LIB_MAKES = apt-pkg/makefile apt-inst/makefile SOURCE = testextract.cc include $(PROGRAM_H) +# Program for testing the config file parser +PROGRAM=conftest_clear +SLIBS = -lapt-pkg +SOURCE = conf_clear.cc +include $(PROGRAM_H) + # Program for testing the config file parser PROGRAM=conftest SLIBS = -lapt-pkg