Lines Matching +full:clang +full:- +full:system
6 test_sources = files('base64_test.c', 'test-utils.c')
11 'cper-tests',
12 'ir-tests.c',
23 test('test-cper-tests', cper_tests)
27 # Fuzzing only works on linux at this moment. osx clang doesn't have leak detector
28 is_darwin = host_machine.system().startswith('darwin')
29 if (cc.get_id() == 'clang') and get_option('fuzz').allowed() and not is_darwin
32 '-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION',
33 '-fsanitize=fuzzer,address,leak',
39 …[fuzzer_test + '.c'] + libcper_parse_sources + edk_sources + 'test-utils.c' + libcper_generate_sou…
50 '-max_total_time=10',
51 '-max_len=131072',
52 '-error_exitcode=1',
53 '-timeout_exitcode=2',