mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-02 02:40:07 +02:00
Change a pair of TESTS = to TEST +=
This commit is contained in:
parent
e042db0f83
commit
601a00fa2a
@ -32,7 +32,7 @@ noinst_PROGRAMS += \
|
|||||||
# Run the 'installed' tests manually in-tree.
|
# Run the 'installed' tests manually in-tree.
|
||||||
# This will cause them to be built even if installed tests are disabled.
|
# This will cause them to be built even if installed tests are disabled.
|
||||||
check_PROGRAMS += $(installed_test_programs) $(installed_test_extra_programs)
|
check_PROGRAMS += $(installed_test_programs) $(installed_test_extra_programs)
|
||||||
TESTS = $(installed_test_programs)
|
TESTS += $(installed_test_programs)
|
||||||
TESTS_ENVIRONMENT = \
|
TESTS_ENVIRONMENT = \
|
||||||
LIBCHARSET_ALIAS_DIR=$(top_builddir)/glib/libcharset \
|
LIBCHARSET_ALIAS_DIR=$(top_builddir)/glib/libcharset \
|
||||||
MALLOC_CHECK_=2 \
|
MALLOC_CHECK_=2 \
|
||||||
|
@ -6,7 +6,7 @@ DEFS = -DGLIB_DISABLE_DEPRECATION_WARNINGS
|
|||||||
AM_CFLAGS = -g
|
AM_CFLAGS = -g
|
||||||
|
|
||||||
# These are not gtester tests, so handle them manually
|
# These are not gtester tests, so handle them manually
|
||||||
TESTS = \
|
TESTS += \
|
||||||
closures \
|
closures \
|
||||||
objects \
|
objects \
|
||||||
objects2 \
|
objects2 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user