From cba00272d469726e191e671ae8dfec24050687f1 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 6 Feb 2015 14:54:19 +0100 Subject: Make test results more clear Signed-off-by: Patrick Uiterwijk Reviewed-by: Simo Sorce --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a0b78b1..48a6e52 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ RPMBUILD = $(PWD)/dist/rpmbuild -all: lint pep8 +all: lint pep8 test + echo "All tests passed" lint: # Analyze code @@ -62,7 +63,9 @@ tests: wrappers PYTHONPATH=./ ./tests/tests.py --test=pgdb PYTHONPATH=./ ./tests/tests.py --test=fconf -test: lp-test tests +test: lp-test unittests tests + +unittests: PYTHONPATH=./ ./ipsilon/tools/saml2metadata.py sdist: -- cgit