aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-10-27 13:19:23 +0100
committerDavid Robillard <d@drobilla.net>2019-11-03 21:03:18 +0100
commit5491a443b03cdc0f49b259873b7fc5919242a36c (patch)
tree91ef4046d2deb8dc21aa6488acf9d05c0e79e77e /wscript
parentc75c10d2385aaa1bbf7d8f5ae437ccd5d1e3803f (diff)
downloadpugl-5491a443b03cdc0f49b259873b7fc5919242a36c.tar.gz
pugl-5491a443b03cdc0f49b259873b7fc5919242a36c.tar.bz2
pugl-5491a443b03cdc0f49b259873b7fc5919242a36c.zip
Add pugl_print_events test program
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/wscript b/wscript
index 5fce00e..10456d7 100644
--- a/wscript
+++ b/wscript
@@ -264,6 +264,8 @@ def build(bld):
if bld.is_defined('HAVE_GL'):
build_test('pugl_test', ['test/pugl_test.c'],
platform, 'gl', uselib=['M'])
+ build_test('pugl_print_events', ['test/pugl_print_events.c'],
+ platform, 'stub')
build_test('pugl_gl3_test',
['test/pugl_gl3_test.c', 'test/glad/glad.c'],
platform, 'gl', uselib=['M', 'DL'])