3 SUBDIR=test/interactive-helper
6 # Bring in the default rules
7 include ../../buildlib/defaults.mak
9 # Program for testing methods
15 # Program for testing the tar/deb extractor
17 SLIBS = -lapt-pkg -lapt-inst
18 LIB_MAKES = apt-pkg/makefile apt-inst/makefile
22 # Program for testing tar extraction
23 PROGRAM=extract-control
24 SLIBS = -lapt-pkg -lapt-inst
25 LIB_MAKES = apt-pkg/makefile apt-inst/makefile
26 SOURCE = extract-control.cc
29 # Program for testing udevcdrom
30 PROGRAM=test_udevcdrom
32 LIB_MAKES = apt-pkg/makefile
33 SOURCE = test_udevcdrom.cc
38 LIB_MAKES = apt-pkg/makefile
39 SOURCE = test_fileutl.cc
42 # Program for checking rpm versions
44 #SLIBS = -lapt-pkg -lrpm
48 # very simple webserver for APT testing
50 SLIBS = -lapt-pkg -lpthread
51 LIB_MAKES = apt-pkg/makefile
52 SOURCE = aptwebserver.cc