diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/makefile b/test/makefile index c12e05f1f..eae6230d0 100644 --- a/test/makefile +++ b/test/makefile @@ -22,3 +22,9 @@ PROGRAM=versiontest SLIBS = -lapt-pkg SOURCE = versiontest.cc include $(PROGRAM_H) + +# Version compare tester +PROGRAM=srcrfind +SLIBS = -lapt-pkg +SOURCE = srcrfind.cc +include $(PROGRAM_H) |