From c5ca8a3cff884bfba20f31f9ea8febdd3e66a9a5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Oct 2020 12:00:26 +0200 Subject: Cleanup: Fix redundancy in test lists --- wscript | 12 ++++++++++-- 1 file 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): -- cgit v1.2.1