| endif | endif | ||||
| noinst_bin_PROGRAMS += tests/ssml-fuzzer.test | noinst_bin_PROGRAMS += tests/ssml-fuzzer.test | ||||
| tests_ssml_fuzzer_test_LDADD = src/libespeak-ng.la | |||||
| tests_ssml_fuzzer_test_CFLAGS = ${AM_CFLAGS} | |||||
| tests_ssml_fuzzer_test_SOURCES = tests/ssml-fuzzer.c | tests_ssml_fuzzer_test_SOURCES = tests/ssml-fuzzer.c | ||||
| tests_ssml_fuzzer_test_LDADD = src/libespeak-ng.la | |||||
| if HAVE_LIBFUZZER | if HAVE_LIBFUZZER | ||||
| tests_ssml_fuzzer_test_CFLAGS = -fsanitize=fuzzer | |||||
| tests_ssml_fuzzer_test_CFLAGS += -fsanitize=fuzzer | |||||
| tests_ssml_fuzzer_test_LDFLAGS = -fsanitize=fuzzer | tests_ssml_fuzzer_test_LDFLAGS = -fsanitize=fuzzer | ||||
| else | else | ||||
| tests_ssml_fuzzer_test_LDADD += tests/libfuzzrunner.la | tests_ssml_fuzzer_test_LDADD += tests/libfuzzrunner.la |