Przeglądaj źródła

move the interactive helper to a subdirectory of test

David Kalnischkies 15 lat temu
rodzic
commit
369c919f2b

test/extract-control.cc → test/interactive-helper/extract-control.cc


+ 3 - 16
test/makefile

@@ -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 

test/mthdcat.cc → test/interactive-helper/mthdcat.cc


test/rpmver.cc → test/interactive-helper/rpmver.cc


test/test_udevcdrom.cc → test/interactive-helper/test_udevcdrom.cc


test/testdeb.cc → test/interactive-helper/testdeb.cc


test/testextract.cc → test/interactive-helper/testextract.cc