From 5491a443b03cdc0f49b259873b7fc5919242a36c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 27 Oct 2019 13:19:23 +0100 Subject: Add pugl_print_events test program --- wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript') 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']) -- cgit v1.2.1