From c4e5940f935b1ac4b152aa7a1311012791f073ae Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 13 Apr 2019 23:23:13 +0200 Subject: Don't run graphical test program from waf test command --- wscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 8f9602c..c63429e 100644 --- a/wscript +++ b/wscript @@ -223,9 +223,6 @@ def build(bld): bld.add_post_fun(autowaf.run_ldconfig) -def test(tst): - tst.run(['./src/ganv_test']) - def i18n(bld): autowaf.build_i18n(bld, '..', 'ganv', APPNAME, ganv_source, 'David Robillard') -- cgit v1.2.1