From bf4a27ab704581b68ddc24c74d92fc724ea0f124 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 27 Jun 2014 23:10:12 -0400 Subject: Add test that checks attrs are properly returned Uses the info_nss module to source attirbutes from the system user Signed-off-by: Simo Sorce Reviewed-by: Patrick Uiterwijk --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fc8795a..7426acb 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,7 @@ wrappers: tests: wrappers PYTHONPATH=./ ./tests/tests.py --test=test1 + PYTHONPATH=./ ./tests/tests.py --test=attrs test: lp-test tests PYTHONPATH=./ ./ipsilon/tools/saml2metadata.py -- cgit