diff options
Diffstat (limited to 'tests/meson.build')
| -rw-r--r-- | tests/meson.build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build index d186207..adf1359 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -236,4 +236,13 @@ test_progressive_jpeg = executable( test('progressive_jpeg', test_progressive_jpeg, suite : 'integration', env : fixtures_env) +test_full_lifecycle = executable( + 'test_full_lifecycle', ['test_full_lifecycle.c', ggaze_conf_h], + include_directories : [inc, src_inc], + dependencies : ggaze_deps, + link_with : ggaze_lib, install : false, +) +test('full_lifecycle', test_full_lifecycle, + suite : 'integration', env : fixtures_env) + subdir('integration')
\ No newline at end of file |
