From 9efcaac3f3a9e90beec783bd0da728380830f8bc Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 12 Jan 2010 15:40:26 +0000 Subject: [PATCH] Tests: fix inclusion of id-wsf 2.0 tests --- tests/Makefile.am | 12 +++++++----- 1 file 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)