diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:17 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:17 +0000 |
commit | 8bb5959b7e2637a818d5c3c9cd38b9a1a0287331 (patch) | |
tree | a8a4ceaab287b130ab75a267a430e6bb7ce3b886 /test/makefile | |
parent | 92e889c8856ce16f58cf6aefb7f11f0ff189be29 (diff) |
Method test program
Author: jgg
Date: 1998-11-03 01:39:43 GMT
Method test program
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 |