summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-12 15:40:26 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-12 15:40:26 +0000
commit9efcaac3f3a9e90beec783bd0da728380830f8bc (patch)
tree68bccfd35e99a2890247decc970fdb1899e589e0 /tests
parentcc502b2b9880db5fa1b2b267bdfddc9f16284a0d (diff)
downloadlasso-9efcaac3f3a9e90beec783bd0da728380830f8bc.tar.gz
lasso-9efcaac3f3a9e90beec783bd0da728380830f8bc.tar.xz
lasso-9efcaac3f3a9e90beec783bd0da728380830f8bc.zip
Tests: fix inclusion of id-wsf 2.0 tests
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am12
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index bb9284bc..72049ce5 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,11 @@
MAINTAINERCLEANFILES = Makefile.in
+
+WSF_TESTS=
+
+if WSF_ENABLED
+WSF_TESTS+=idwsf2_tests.c
+endif
+
if WITH_TESTS
TESTS = tests tests2
@@ -11,11 +18,6 @@ INCLUDES = \
$(LASSO_CFLAGS) \
$(CHECK_CFLAGS)
-WSF_TESTS=
-
-#if WSF_ENABLED
-WSF_TESTS+=idwsf2_tests.c
-#endif
tests_SOURCES = tests.c login_tests.c basic_tests.c random_tests.c metadata_tests.c login_tests_saml2.c $(WSF_TESTS)