From 04da21e2e952eefdba343ff8f5e9c28673928933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Sun, 9 Dec 2018 14:33:56 +0100 Subject: [PATCH] Meson: Include config.h in tests --- tests/meson.build | 1 + 1 file changed, 1 insertion(+) 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),