From 344e70c2eeed052cbe2fb933f889963a62ce1148 Mon Sep 17 00:00:00 2001 From: Cedric Bastoul Date: Tue, 15 Nov 2011 17:55:40 +0100 Subject: [PATCH] Test OpenScop support only when it is enabled Signed-off-by: Cedric Bastoul Signed-off-by: Tobias Grosser --- test/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 247bef7..679183f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -373,9 +373,9 @@ test_run: generate_test$(EXEEXT) echo "CLooG works correctly :-) !" ; \ fi -#if NO_OSL +if NO_OSL test_openscop: -#else +else test_openscop: @echo " /*-----------------------------------------------*" @echo " * Testing CLooG's OpenScop Input *" @@ -401,7 +401,7 @@ test_openscop: else \ echo "CLooG's OpenScop input works correctly :-) !" ; \ fi -#endif +endif test: test_openscop @echo " /*-----------------------------------------------*" -- 2.11.4.GIT