diff options
author | David Robillard <d@drobilla.net> | 2020-12-01 19:18:25 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-12-01 19:18:25 +0100 |
commit | 3d864fcd0c6079a97a7802a0238060ef4d4c9541 (patch) | |
tree | f15652604b0f1939a2eaa189203d5dae4f9575be /wscript | |
parent | e0b780363056f9b8c767e70ddde11385b14cdbe9 (diff) | |
download | pugl-3d864fcd0c6079a97a7802a0238060ef4d4c9541.tar.gz pugl-3d864fcd0c6079a97a7802a0238060ef4d4c9541.tar.bz2 pugl-3d864fcd0c6079a97a7802a0238060ef4d4c9541.zip |
Add clipboard test
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -356,6 +356,7 @@ def _build_pc_file(bld, gl_tests = ['gl_hints'] basic_tests = [ + 'clipboard', 'realize', 'redisplay', 'show_hide', |