move the interactive helper to a subdirectory of test
authorDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 17 Aug 2011 10:06:37 +0000 (12:06 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 17 Aug 2011 10:06:37 +0000 (12:06 +0200)
test/interactive-helper/extract-control.cc [moved from test/extract-control.cc with 100% similarity]
test/interactive-helper/makefile [moved from test/makefile with 70% similarity]
test/interactive-helper/mthdcat.cc [moved from test/mthdcat.cc with 100% similarity]
test/interactive-helper/rpmver.cc [moved from test/rpmver.cc with 100% similarity]
test/interactive-helper/test_udevcdrom.cc [moved from test/test_udevcdrom.cc with 100% similarity]
test/interactive-helper/testdeb.cc [moved from test/testdeb.cc with 100% similarity]
test/interactive-helper/testextract.cc [moved from test/testextract.cc with 100% similarity]

similarity index 70%
rename from test/makefile
rename to test/interactive-helper/makefile
index 9fcd6a8..b96139f 100644 (file)
@@ -1,9 +1,9 @@
 # -*- make -*-
-BASE=..
-SUBDIR=test
+BASE=../..
+SUBDIR=test/interactive-helper
 
 # Bring in the default rules
-include ../buildlib/defaults.mak
+include ../../buildlib/defaults.mak
 
 # Program for testing methods
 PROGRAM=mthdcat
@@ -11,13 +11,6 @@ SLIBS =
 SOURCE = mthdcat.cc
 include $(PROGRAM_H)
 
-# Scratch program to test incomplete code fragments in
-PROGRAM=scratch-test
-SLIBS = -lapt-inst -lapt-pkg
-LIB_MAKES = apt-pkg/makefile apt-inst/makefile
-SOURCE = scratch.cc
-include $(PROGRAM_H)
-
 # Version compare tester
 PROGRAM=testextract
 SLIBS = -lapt-pkg -lapt-inst
@@ -37,12 +30,6 @@ SLIBS = -lapt-pkg -lapt-inst
 SOURCE = extract-control.cc
 include $(PROGRAM_H)
 
-# Program for testing hashes
-PROGRAM=hash
-SLIBS = -lapt-pkg 
-SOURCE = hash.cc
-include $(PROGRAM_H)
-
 # Program for testing udevcdrom
 PROGRAM=test_udevcdrom
 SLIBS = -lapt-pkg