libgnt/libgnt

Set tests to build by default again.

2019-04-26, Elliott Sales de Andrade
5a897fca6db6
Parents 228cd2f8f49f
Children 4e0a440980ba
Set tests to build by default again.

They compile now; no need to avoid building them.
--- 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])