mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-26 10:58:53 +02:00
Set up test environment properly
To make the G_TEST_SRCDIR and G_TEST_BUILDDIR variables reach our test binaries, we have to add it to the TESTS_ENVIRONMENT variable.
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# GLIB - Library of useful C routines
|
||||
|
||||
TESTS_ENVIRONMENT= \
|
||||
G_TEST_SRCDIR="$(abs_srcdir)" \
|
||||
G_TEST_BUILDDIR="$(abs_builddir)" \
|
||||
G_DEBUG=gc-friendly \
|
||||
MALLOC_CHECK_=2 \
|
||||
MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256))
|
||||
TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh
|
||||
LOG_COMPILER = $(top_srcdir)/tap-test
|
||||
|
||||
|
Reference in New Issue
Block a user