diff --git a/tests/meson.build b/tests/meson.build index 8c0b762..f37ce30 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -9,6 +9,7 @@ psl_ascii_dafsa = custom_target('psl_ascii.dafsa', command : [python, psl_make_dafsa, '--output-format=binary', '--encoding=ascii', '@INPUT@', '@OUTPUT@']) tests_cargs = [ + '-DHAVE_CONFIG_H', '-DSRCDIR="@0@"'.format(meson.current_source_dir()), '-DPSL_FILE="@0@"'.format(psl_file), '-DPSL_TESTFILE="@0@"'.format(psl_test_file),