3 SUBDIR=test/interactive-helper
5 # Bring in the default rules
6 include ../../buildlib/defaults.mak
8 # Program for testing methods
14 # Program for testing the tar/deb extractor
16 SLIBS = -lapt-pkg -lapt-inst
17 LIB_MAKES = apt-pkg/makefile apt-inst/makefile
21 # Program for testing tar extraction
22 PROGRAM=extract-control
23 SLIBS = -lapt-pkg -lapt-inst
24 LIB_MAKES = apt-pkg/makefile apt-inst/makefile
25 SOURCE = extract-control.cc
28 # Program for testing udevcdrom
29 PROGRAM=test_udevcdrom
31 LIB_MAKES = apt-pkg/makefile
32 SOURCE = test_udevcdrom.cc
35 # Program for checking rpm versions
37 #SLIBS = -lapt-pkg -lrpm