diff options
Diffstat (limited to 't/meson.build')
-rw-r--r-- | t/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/meson.build b/t/meson.build index 09f3068f98..bbeba1a8d5 100644 --- a/t/meson.build +++ b/t/meson.build @@ -59,6 +59,9 @@ clar_sources += custom_target( clar_unit_tests = executable('unit-tests', sources: clar_sources + clar_test_suites, + c_args: [ + '-DGIT_CLAR_DECLS_H="' + clar_decls_h.full_path() + '"', + ], dependencies: [libgit_commonmain], ) test('unit-tests', clar_unit_tests, kwargs: test_kwargs) |