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 d052fc3e23..181b5ec1e9 100644 --- a/t/meson.build +++ b/t/meson.build @@ -49,6 +49,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) |
