]> git.saurik.com Git - apt.git/blame - test/libapt/makefile
correct a spelling error spotted by lintian in the debian/NEWS file:
[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)