summaryrefslogtreecommitdiff
path: root/subprojects/pixpat/pixpat-native/tests/meson.build
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2026-05-08 17:22:58 +0300
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2026-05-08 17:22:58 +0300
commit4e2b291a4acdc2cbd39f005c88bda363bc06bd34 (patch)
treee90048d5973ad1164b109d575cf577af7daf50be /subprojects/pixpat/pixpat-native/tests/meson.build
parent8f94b39040e79eccd9312ed1e467fe8ebfab8860 (diff)
parente0b7d30fd437292c88141fb08d60681870b86c6e (diff)
Merge commit 'e0b7d30fd437292c88141fb08d60681870b86c6e' as 'subprojects/pixpat'
Diffstat (limited to 'subprojects/pixpat/pixpat-native/tests/meson.build')
-rw-r--r--subprojects/pixpat/pixpat-native/tests/meson.build11
1 files changed, 11 insertions, 0 deletions
diff --git a/subprojects/pixpat/pixpat-native/tests/meson.build b/subprojects/pixpat/pixpat-native/tests/meson.build
new file mode 100644
index 0000000..cbdfda2
--- /dev/null
+++ b/subprojects/pixpat/pixpat-native/tests/meson.build
@@ -0,0 +1,11 @@
+add_languages('c', native : false)
+
+test('pixpat-smoke-cpp',
+ executable('test_pixpat_cpp',
+ 'test_pixpat.cpp',
+ dependencies : libpixpat_dep))
+
+test('pixpat-smoke-c',
+ executable('test_pixpat_c',
+ 'test_pixpat_c.c',
+ dependencies : libpixpat_dep))