aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-01 19:18:25 +0100
committerDavid Robillard <d@drobilla.net>2020-12-01 19:18:25 +0100
commit3d864fcd0c6079a97a7802a0238060ef4d4c9541 (patch)
treef15652604b0f1939a2eaa189203d5dae4f9575be /wscript
parente0b780363056f9b8c767e70ddde11385b14cdbe9 (diff)
downloadpugl-3d864fcd0c6079a97a7802a0238060ef4d4c9541.tar.gz
pugl-3d864fcd0c6079a97a7802a0238060ef4d4c9541.tar.bz2
pugl-3d864fcd0c6079a97a7802a0238060ef4d4c9541.zip
Add clipboard test
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 92c2b8b..7cb1da5 100644
--- a/wscript
+++ b/wscript
@@ -356,6 +356,7 @@ def _build_pc_file(bld,
gl_tests = ['gl_hints']
basic_tests = [
+ 'clipboard',
'realize',
'redisplay',
'show_hide',