Tests: fix inclusion of id-wsf 2.0 tests

This commit is contained in:
Benjamin Dauvergne 2010-01-12 15:40:26 +00:00
parent cc502b2b98
commit 9efcaac3f3
1 changed files with 7 additions and 5 deletions

View File

@ -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)