diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2018-07-16 11:55:11 -0400 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.com> | 2018-07-16 15:04:03 -0400 |
commit | 5f3db543f893a3275d60181ff955ce1e56253ccf (patch) | |
tree | bc9988a200b79e563ee05300a58f3357f966e842 | |
parent | f456e311cd137156a6a1895d28dbd2871d022a03 (diff) | |
download | glib-5f3db543f893a3275d60181ff955ce1e56253ccf.tar.gz |
Meson: Remove hack that got fixed a while ago
-rw-r--r-- | glib/tests/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/glib/tests/meson.build b/glib/tests/meson.build index b1c4a42bd..ebce3c6b1 100644 --- a/glib/tests/meson.build +++ b/glib/tests/meson.build @@ -202,7 +202,6 @@ if not meson.is_cross_build() and host_system != 'windows' if xmllint.found() tmpsample_xml = custom_target('tmpsample.xml', output : 'tmpsample.xml', - build_by_default : true, # hack around meson bug, see PR #1335 command : [ gtester, '-k', '--quiet', '-o', '@OUTPUT@', '--test-arg=--gtester-selftest', gtester]) |