diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-08-17 12:06:37 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-08-17 12:06:37 +0200 |
commit | 369c919f2be8d2c93b990a97436b41ba4ae1ff29 (patch) | |
tree | 8f547c2705e5132fa7f775a1b9d7eca69f9c0840 /test | |
parent | 7c69574c5bec814cc3cb58701d2beccfe6093add (diff) |
move the interactive helper to a subdirectory of test
Diffstat (limited to 'test')
-rw-r--r-- | test/interactive-helper/extract-control.cc (renamed from test/extract-control.cc) | 0 | ||||
-rw-r--r-- | test/interactive-helper/makefile (renamed from test/makefile) | 19 | ||||
-rw-r--r-- | test/interactive-helper/mthdcat.cc (renamed from test/mthdcat.cc) | 0 | ||||
-rw-r--r-- | test/interactive-helper/rpmver.cc (renamed from test/rpmver.cc) | 0 | ||||
-rw-r--r-- | test/interactive-helper/test_udevcdrom.cc (renamed from test/test_udevcdrom.cc) | 0 | ||||
-rw-r--r-- | test/interactive-helper/testdeb.cc (renamed from test/testdeb.cc) | 0 | ||||
-rw-r--r-- | test/interactive-helper/testextract.cc (renamed from test/testextract.cc) | 0 |
7 files changed, 3 insertions, 16 deletions
diff --git a/test/extract-control.cc b/test/interactive-helper/extract-control.cc index 29dcbf371..29dcbf371 100644 --- a/test/extract-control.cc +++ b/test/interactive-helper/extract-control.cc diff --git a/test/makefile b/test/interactive-helper/makefile index 9fcd6a826..b96139fda 100644 --- a/test/makefile +++ b/test/interactive-helper/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 diff --git a/test/mthdcat.cc b/test/interactive-helper/mthdcat.cc index 25d09a3f5..25d09a3f5 100644 --- a/test/mthdcat.cc +++ b/test/interactive-helper/mthdcat.cc diff --git a/test/rpmver.cc b/test/interactive-helper/rpmver.cc index 9fc807de8..9fc807de8 100644 --- a/test/rpmver.cc +++ b/test/interactive-helper/rpmver.cc diff --git a/test/test_udevcdrom.cc b/test/interactive-helper/test_udevcdrom.cc index 577e2d013..577e2d013 100644 --- a/test/test_udevcdrom.cc +++ b/test/interactive-helper/test_udevcdrom.cc diff --git a/test/testdeb.cc b/test/interactive-helper/testdeb.cc index d28f20114..d28f20114 100644 --- a/test/testdeb.cc +++ b/test/interactive-helper/testdeb.cc diff --git a/test/testextract.cc b/test/interactive-helper/testextract.cc index b790df618..b790df618 100644 --- a/test/testextract.cc +++ b/test/interactive-helper/testextract.cc |