aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript12
1 files changed, 10 insertions, 2 deletions
diff --git a/wscript b/wscript
index 327382d..525c929 100644
--- a/wscript
+++ b/wscript
@@ -267,8 +267,16 @@ def _build_pc_file(bld, name, desc, target, libname, deps={}, requires=[]):
gl_tests = ['gl_hints']
-basic_tests = ['stub_hints', 'redisplay', 'show_hide', 'update', 'timer']
-tests = ['gl_hints', 'stub_hints', 'redisplay', 'show_hide', 'update', 'timer']
+
+basic_tests = [
+ 'redisplay',
+ 'show_hide',
+ 'stub_hints',
+ 'timer',
+ 'update',
+]
+
+tests = gl_tests + basic_tests
def build(bld):