diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2009-02-18 01:23:07 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2009-02-18 01:23:07 +0100 |
commit | 3512d0b5e93b48600ed88152a2170c507a9d7e8b (patch) | |
tree | 5299102e3600c5e9563f871baa78e8c28ee2beaa | |
parent | acfa364dc48d343822d66da252b43d678943f82b (diff) |
t: add summary to the end
-rw-r--r-- | skype/t/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skype/t/Makefile b/skype/t/Makefile index a65740c2..5e06d4a2 100644 --- a/skype/t/Makefile +++ b/skype/t/Makefile @@ -10,6 +10,7 @@ tests := $(patsubst %.test,%,$(testfiles)) .PHONY: checkvars $(tests) default: $(tests) + @echo "passed $$(echo $(testfiles)|wc -w) tests." checkvars: @for test in irssi/*.test; do NVAR="$$NVAR `irssi/livetest-irssi.sh $$test checkvars`";done;\ |