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
36 # Program for checking rpm versions
38 #SLIBS = -lapt-pkg -lrpm
42 # very simple webserver for APT testing
44 SLIBS = -lapt-pkg -lpthread
45 LIB_MAKES = apt-pkg/makefile
46 SOURCE = aptwebserver.cc