]> git.saurik.com Git - apt.git/blob - test/makefile
Changed ie to eg
[apt.git] / test / makefile
1 # -*- make -*-
2 BASE=..
3 SUBDIR=test
4
5 # Bring in the default rules
6 include ../buildlib/defaults.mak
7
8 # Program for testing methods
9 PROGRAM=mthdcat
10 SLIBS =
11 SOURCE = mthdcat.cc
12 include $(PROGRAM_H)
13
14 # Scratch program to test incomplete code fragments in
15 PROGRAM=scratch-test
16 SLIBS = -lapt-pkg
17 SOURCE = scratch.cc
18 include $(PROGRAM_H)
19
20 # Version compare tester
21 PROGRAM=versiontest
22 SLIBS = -lapt-pkg
23 SOURCE = versiontest.cc
24 include $(PROGRAM_H)
25
26 # Version compare tester
27 PROGRAM=srcrfind
28 SLIBS = -lapt-pkg
29 SOURCE = srcrfind.cc
30 include $(PROGRAM_H)