summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index e895210..37d1233 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -263,4 +263,12 @@ test_clipboard = executable(
test('clipboard', test_clipboard,
suite : 'integration', env : fixtures_env)
+test_marks = executable(
+ 'test_marks', ['test_marks.c', ggaze_conf_h],
+ include_directories : [inc, src_inc],
+ dependencies : ggaze_deps,
+ link_with : ggaze_lib, install : false,
+)
+test('marks', test_marks, suite : 'integration', env : fixtures_env)
+
subdir('integration')