Commit e19abec2 authored by Tobias Grosser's avatar Tobias Grosser
Browse files

do not execute the OpenMP tests when cloog is not found

parent 1a3a3962
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
cloog = config.root.cloog_found
if cloog not in ['TRUE', 'true'] :
    config.unsupported = True
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ config.polly_obj_root = "@POLLY_BINARY_DIR@"
config.polly_lib_dir = "@POLLY_LIB_DIR@"
config.target_triple = "@TARGET_TRIPLE@"
config.enable_gpgpu_codegen = "@CUDALIB_FOUND@"
config.cloog_found = "@CLOOG_FOUND@"
lit.params['build_config'] = "@POLLY_SOURCE_DIR@/test"

## Check the current platform with regex