aboutsummaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-01-11 15:42:20 -0500
committerDavid Robillard <d@drobilla.net>2023-01-11 17:06:22 -0500
commit3c75c0d65dfcf1281e53f1d91d5ef236216bf602 (patch)
tree9b1d163b331f9d4991729d8311ae733a54615887 /test/meson.build
parent5db9735bb07d84e74936c252ca1c62fdeb2dd117 (diff)
downloadpugl-3c75c0d65dfcf1281e53f1d91d5ef236216bf602.tar.gz
pugl-3c75c0d65dfcf1281e53f1d91d5ef236216bf602.tar.bz2
pugl-3c75c0d65dfcf1281e53f1d91d5ef236216bf602.zip
Add smoke test for puglSetCursor()
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index ee6a29a..b4ce923 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -44,6 +44,7 @@ basic_exclusive_tests = [
]
basic_tests = [
+ 'cursor',
'realize',
'redisplay',
'show_hide',