|
@@ -1,9 +1,9 @@
|
|
|
# -*- make -*-
|
|
# -*- make -*-
|
|
|
-BASE=..
|
|
|
|
|
-SUBDIR=test
|
|
|
|
|
|
|
+BASE=../..
|
|
|
|
|
+SUBDIR=test/interactive-helper
|
|
|
|
|
|
|
|
# Bring in the default rules
|
|
# Bring in the default rules
|
|
|
-include ../buildlib/defaults.mak
|
|
|
|
|
|
|
+include ../../buildlib/defaults.mak
|
|
|
|
|
|
|
|
# Program for testing methods
|
|
# Program for testing methods
|
|
|
PROGRAM=mthdcat
|
|
PROGRAM=mthdcat
|
|
@@ -11,13 +11,6 @@ SLIBS =
|
|
|
SOURCE = mthdcat.cc
|
|
SOURCE = mthdcat.cc
|
|
|
include $(PROGRAM_H)
|
|
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
|
|
# Version compare tester
|
|
|
PROGRAM=testextract
|
|
PROGRAM=testextract
|
|
|
SLIBS = -lapt-pkg -lapt-inst
|
|
SLIBS = -lapt-pkg -lapt-inst
|
|
@@ -37,12 +30,6 @@ SLIBS = -lapt-pkg -lapt-inst
|
|
|
SOURCE = extract-control.cc
|
|
SOURCE = extract-control.cc
|
|
|
include $(PROGRAM_H)
|
|
include $(PROGRAM_H)
|
|
|
|
|
|
|
|
-# Program for testing hashes
|
|
|
|
|
-PROGRAM=hash
|
|
|
|
|
-SLIBS = -lapt-pkg
|
|
|
|
|
-SOURCE = hash.cc
|
|
|
|
|
-include $(PROGRAM_H)
|
|
|
|
|
-
|
|
|
|
|
# Program for testing udevcdrom
|
|
# Program for testing udevcdrom
|
|
|
PROGRAM=test_udevcdrom
|
|
PROGRAM=test_udevcdrom
|
|
|
SLIBS = -lapt-pkg
|
|
SLIBS = -lapt-pkg
|