summaryrefslogtreecommitdiff
path: root/test/libapt
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-08-17 15:47:08 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-08-17 15:47:08 +0200
commit92d5a40da433833380626b9678c4887568505b6d (patch)
treed84db4a7334213207d2a053e10605b835d891bd3 /test/libapt
parent224bdefc223703884918235819fe3b246e568f74 (diff)
for consistency allow the usage of 'make test' instead of './run-tests'
Diffstat (limited to 'test/libapt')
-rw-r--r--test/libapt/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/libapt/makefile b/test/libapt/makefile
index 366907d89..b3f2f4274 100644
--- a/test/libapt/makefile
+++ b/test/libapt/makefile
@@ -6,6 +6,10 @@ BASENAME=_libapt_test
# Bring in the default rules
include ../../buildlib/defaults.mak
+.PHONY: test
+test:
+ ./run-tests
+
# Program for testing getLanguageCode
PROGRAM = getLanguages${BASENAME}
SLIBS = -lapt-pkg