Set tests to build by default again.

Fri, 26 Apr 2019 19:46:18 -0400

author
Elliott Sales de Andrade <quantum.analyst@gmail.com>
date
Fri, 26 Apr 2019 19:46:18 -0400
changeset 1251
5a897fca6db6
parent 1250
228cd2f8f49f
child 1252
4e0a440980ba

Set tests to build by default again.

They compile now; no need to avoid building them.

test/meson.build file | annotate | diff | comparison | revisions
--- a/test/meson.build	Fri Apr 26 19:45:31 2019 -0400
+++ b/test/meson.build	Fri Apr 26 19:46:18 2019 -0400
@@ -2,12 +2,10 @@
     executable(prog,
         prog + '.c',
         c_args : '-DSTANDALONE',
-        dependencies : [libgnt_dep, gobject, gmodule],
-        build_by_default : false)
+        dependencies : [libgnt_dep, gobject, gmodule])
 endforeach
 
 shared_library('wm',
     'wm.c',
     name_prefix : '',
-    dependencies : [libgnt_dep, gobject, gmodule],
-    build_by_default : false)
+    dependencies : [libgnt_dep, gobject, gmodule])

mercurial