Make test results more clear
authorPatrick Uiterwijk <puiterwijk@redhat.com>
Fri, 6 Feb 2015 13:54:19 +0000 (14:54 +0100)
committerPatrick Uiterwijk <puiterwijk@redhat.com>
Fri, 6 Feb 2015 14:05:38 +0000 (15:05 +0100)
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
Makefile

index a0b78b1..48a6e52 100644 (file)
--- 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: