summaryrefslogtreecommitdiff
path: root/test/libapt/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/libapt/makefile')
-rw-r--r--test/libapt/makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/libapt/makefile b/test/libapt/makefile
new file mode 100644
index 000000000..5712c025a
--- /dev/null
+++ b/test/libapt/makefile
@@ -0,0 +1,19 @@
+# -*- make -*-
+BASE=../..
+SUBDIR=test/libapt
+BASENAME=_libapt_test
+
+# Bring in the default rules
+include ../../buildlib/defaults.mak
+
+# Program for testing getLanguageCode
+PROGRAM = getLanguages${BASENAME}
+SLIBS = -lapt-pkg
+SOURCE = getlanguages_test.cc
+include $(PROGRAM_H)
+
+# Program for testing ParseDepends
+PROGRAM = ParseDepends${BASENAME}
+SLIBS = -lapt-pkg
+SOURCE = parsedepends_test.cc
+include $(PROGRAM_H)