summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index b60475c..6a93277 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -254,4 +254,13 @@ test_shortcut = executable(
test('shortcut', test_shortcut,
suite : 'integration', env : fixtures_env)
+test_clipboard = executable(
+ 'test_clipboard', ['test_clipboard.c', ggaze_conf_h],
+ include_directories : [inc, src_inc],
+ dependencies : ggaze_deps,
+ link_with : ggaze_lib, install : false,
+)
+test('clipboard', test_clipboard,
+ suite : 'integration', env : fixtures_env)
+
subdir('integration')