X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/8c515d6281328e490673b8dc94a7d69987d5a027..8229745799aeb137eb18144eda7a7a33ca11a933:/test/makefile diff --git a/test/makefile b/test/makefile index c12e05f1f..49a501d3d 100644 --- a/test/makefile +++ b/test/makefile @@ -14,11 +14,20 @@ include $(PROGRAM_H) # Scratch program to test incomplete code fragments in PROGRAM=scratch-test SLIBS = -lapt-pkg +LIB_MAKES = apt-pkg/makefile SOURCE = scratch.cc include $(PROGRAM_H) # Version compare tester PROGRAM=versiontest SLIBS = -lapt-pkg +LIB_MAKES = apt-pkg/makefile SOURCE = versiontest.cc include $(PROGRAM_H) + +# Version compare tester +PROGRAM=srcrfind +SLIBS = -lapt-pkg +LIB_MAKES = apt-pkg/makefile +SOURCE = srcrfind.cc +include $(PROGRAM_H)