diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:38 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:38 +0000 |
commit | 67ff87bf72a9f6315020c0cd74632631c834ce1b (patch) | |
tree | 277f5310d4a3312748ea874a1977f8c4c1629974 /test | |
parent | 7ef724464cfe431862e0731327a3a131505fa38d (diff) |
More Fixes
Author: jgg
Date: 2000-01-14 06:26:36 GMT
More Fixes
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 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 |