diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-08-15 18:22:44 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-08-15 18:22:44 +0200 |
commit | bf5438c1904c57d5f03c58a2f7d6e972020f91f9 (patch) | |
tree | 0f66e5938832c630b92591cd6cd8e549d3f15094 /test/makefile | |
parent | a288748e481c707127b416439407eb613cd12a8a (diff) |
write a proper testcase replacing the print-only uri.cc test
Diffstat (limited to 'test/makefile')
-rw-r--r-- | test/makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/makefile b/test/makefile index 52adb96a2..5a674c42e 100644 --- a/test/makefile +++ b/test/makefile @@ -11,12 +11,6 @@ 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 |