diff options
Diffstat (limited to 'test/makefile')
-rw-r--r-- | test/makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/makefile b/test/makefile index 466c073c7..787933101 100644 --- a/test/makefile +++ b/test/makefile @@ -11,6 +11,12 @@ SLIBS = SOURCE = mthdcat.cc include $(PROGRAM_H) +# Program for testing methods +PROGRAM=uritest +SLIBS = -lapt-pkg +SOURCE = uri.cc +include $(PROGRAM_H) + # Scratch program to test incomplete code fragments in PROGRAM=scratch-test SLIBS = -lapt-inst -lapt-pkg |