Change a pair of TESTS = to TEST +=
authorRyan Lortie <desrt@desrt.ca>
Sat, 1 Jun 2013 13:55:13 +0000 (09:55 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sat, 1 Jun 2013 13:55:13 +0000 (09:55 -0400)
tests/gobject/Makefile.am
tests/refcount/Makefile.am

index 5c3f18b..152637b 100644 (file)
@@ -32,7 +32,7 @@ noinst_PROGRAMS += \
 # Run the 'installed' tests manually in-tree.
 # This will cause them to be built even if installed tests are disabled.
 check_PROGRAMS += $(installed_test_programs) $(installed_test_extra_programs)
-TESTS = $(installed_test_programs)
+TESTS += $(installed_test_programs)
 TESTS_ENVIRONMENT = \
        LIBCHARSET_ALIAS_DIR=$(top_builddir)/glib/libcharset    \
        MALLOC_CHECK_=2                                         \
index 57af84f..f9a98dc 100644 (file)
@@ -6,7 +6,7 @@ DEFS = -DGLIB_DISABLE_DEPRECATION_WARNINGS
 AM_CFLAGS = -g
 
 # These are not gtester tests, so handle them manually
-TESTS = \
+TESTS += \
        closures                                \
        objects                                 \
        objects2                                \