summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Uiterwijk <puiterwijk@redhat.com>2015-02-06 14:54:19 +0100
committerPatrick Uiterwijk <puiterwijk@redhat.com>2015-02-06 15:05:38 +0100
commitcba00272d469726e191e671ae8dfec24050687f1 (patch)
treed7786e84a3f6440769bdbcfc1786e85e23b74497
parentcd6572b7e45b841f25ab505f2ee38b23959be0ad (diff)
downloadipsilon-cba00272d469726e191e671ae8dfec24050687f1.tar.gz
ipsilon-cba00272d469726e191e671ae8dfec24050687f1.tar.xz
ipsilon-cba00272d469726e191e671ae8dfec24050687f1.zip
Make test results more clear
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
-rw-r--r--Makefile7
1 files 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: