aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-09 21:49:59 +0100
committerDavid Robillard <d@drobilla.net>2020-03-09 22:17:44 +0100
commitd949a78a774b7abe274b2d04a92d424a51e0698c (patch)
tree6f0008daa98860e7e5c537a02fab0dca7e03e10e /wscript
parent9be7bab7cf3c63cafa07e5a70d6c59559ffdc1de (diff)
downloadpugl-d949a78a774b7abe274b2d04a92d424a51e0698c.tar.gz
pugl-d949a78a774b7abe274b2d04a92d424a51e0698c.tar.bz2
pugl-d949a78a774b7abe274b2d04a92d424a51e0698c.zip
Add test for redisplays posted in the event loop
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 109ae3e..510b260 100644
--- a/wscript
+++ b/wscript
@@ -177,7 +177,7 @@ def _build_pc_file(bld, name, desc, target, libname, deps={}, requires=[]):
LIBS=' '.join(link_flags))
-tests = ['show_hide']
+tests = ['redisplay', 'show_hide']
def build(bld):