diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2011-01-21 15:30:11 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2011-01-21 15:30:11 +0100 |
commit | 7279554e7c2ad1516794d4d690758ccfa3c446f3 (patch) | |
tree | 4b7758e0dfa69597b398737904a7c0a508eabb00 /skype/t | |
parent | f5035854dcaef6112ff71a111d071e93708bf082 (diff) |
Add a 'test' target to the toplevel Makefile
Diffstat (limited to 'skype/t')
-rw-r--r-- | skype/t/Makefile | 2 |
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 |