]> git.saurik.com Git - apt.git/blame - test/libapt/makefile
* apt-pkg/deb/dpkgpm.cc:
[apt.git] / test / libapt / makefile
CommitLineData
45df0ad2
DK
1# -*- make -*-
2BASE=../..
3SUBDIR=test/libapt
4BASENAME=_libapt_test
5
6# Bring in the default rules
7include ../../buildlib/defaults.mak
8
9# Program for testing getLanguageCode
10PROGRAM = getLanguages${BASENAME}
11SLIBS = -lapt-pkg
12SOURCE = getlanguages_test.cc
13include $(PROGRAM_H)
41c81fd8
DK
14
15# Program for testing ParseDepends
16PROGRAM = ParseDepends${BASENAME}
17SLIBS = -lapt-pkg
18SOURCE = parsedepends_test.cc
19include $(PROGRAM_H)
e29a6bb1
DK
20
21# Program for testing GetListOfFilesInDir
22PROGRAM = GetListOfFilesInDir${BASENAME}
23SLIBS = -lapt-pkg
24SOURCE = getlistoffilesindir_test.cc
25include $(PROGRAM_H)
2bb25574
DK
26
27# Program for testing CommandLine reconstruction
28PROGRAM = commandlineasstring${BASENAME}
29SLIBS = -lapt-pkg
30SOURCE = commandlineasstring_test.cc
31include $(PROGRAM_H)