aboutsummaryrefslogtreecommitdiffstats
path: root/skype/t
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2011-01-21 15:30:11 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2011-01-21 15:30:11 +0100
commit7279554e7c2ad1516794d4d690758ccfa3c446f3 (patch)
tree4b7758e0dfa69597b398737904a7c0a508eabb00 /skype/t
parentf5035854dcaef6112ff71a111d071e93708bf082 (diff)
Add a 'test' target to the toplevel Makefile
Diffstat (limited to 'skype/t')
-rw-r--r--skype/t/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/skype/t/Makefile b/skype/t/Makefile
index be960f24..9c5e95f9 100644
--- a/skype/t/Makefile
+++ b/skype/t/Makefile
@@ -9,7 +9,7 @@ tests := $(patsubst %.test,%,$(testfiles))
.PHONY: $(tests)
-default: $(tests)
+all: $(tests)
@echo "passed $$(echo $(testfiles)|wc -w) tests."
$(tests): % : %.test