summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)