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 299389873..bf1b1834c 100644 --- a/test/makefile +++ b/test/makefile @@ -5,6 +5,12 @@ SUBDIR=test # Bring in the default rules include ../buildlib/defaults.mak +# Program for testing methods +PROGRAM=mthdcat +SLIBS = +SOURCE = mthdcat.cc +include $(PROGRAM_H) + # Scratch program to test incomplete code fragments in PROGRAM=scratch-test SLIBS = -lapt-pkg |