summaryrefslogtreecommitdiff
path: root/test/libapt/makefile
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-05-28 23:11:36 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-05-28 23:11:36 +0200
commit3152f4aa4a97ad06ef1073aabe137f999f787ee1 (patch)
treea58dfe4029ba6f551b3d4f06632d43b9ef9c3570 /test/libapt/makefile
parent392a882ad8a299d55889e9c0fa581a266d6dd2c9 (diff)
* apt-pkg/aptconfiguration.cc:
- remove duplicate architectures in getArchitectures()
Diffstat (limited to 'test/libapt/makefile')
-rw-r--r--test/libapt/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/libapt/makefile b/test/libapt/makefile
index 98bdb3348..ee3401b35 100644
--- a/test/libapt/makefile
+++ b/test/libapt/makefile
@@ -12,6 +12,11 @@ SLIBS = -lapt-pkg
SOURCE = getlanguages_test.cc
include $(PROGRAM_H)
+PROGRAM = getArchitectures${BASENAME}
+SLIBS = -lapt-pkg
+SOURCE = getarchitectures_test.cc
+include $(PROGRAM_H)
+
# Program for testing ParseDepends
PROGRAM = ParseDepends${BASENAME}
SLIBS = -lapt-pkg