|
@@ -5,6 +5,12 @@ SUBDIR=test
|
|
|
# Bring in the default rules
|
|
# Bring in the default rules
|
|
|
include ../buildlib/defaults.mak
|
|
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
|
|
# Scratch program to test incomplete code fragments in
|
|
|
PROGRAM=scratch-test
|
|
PROGRAM=scratch-test
|
|
|
SLIBS = -lapt-pkg
|
|
SLIBS = -lapt-pkg
|