mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01:00
Meson: Do not run tests/refcount with --tap
This is a partial revert of a change introduced in cbc7fbbf7
.
This commit is contained in:
parent
b6171b97bf
commit
7c8e1f15cc
@ -55,6 +55,5 @@ foreach test_name, extra_args : refcount_tests
|
|||||||
suite = ['refcount'] + extra_args.get('suite', [])
|
suite = ['refcount'] + extra_args.get('suite', [])
|
||||||
timeout = suite.contains('slow') ? 120 : 30
|
timeout = suite.contains('slow') ? 120 : 30
|
||||||
# FIXME? TESTS_ENVIRONMENT = LIBCHARSET_ALIAS_DIR=$(top_builddir)/glib/libcharset
|
# FIXME? TESTS_ENVIRONMENT = LIBCHARSET_ALIAS_DIR=$(top_builddir)/glib/libcharset
|
||||||
test(test_name, exe, env : test_env, timeout : timeout, suite : suite,
|
test(test_name, exe, env : test_env, timeout : timeout, suite : suite)
|
||||||
args : ['--tap'])
|
|
||||||
endforeach
|
endforeach
|
||||||
|
Loading…
Reference in New Issue
Block a user