summaryrefslogtreecommitdiff
path: root/tests/tests.am
diff options
context:
space:
mode:
authorivmai <ivmai>2009-09-26 10:38:55 +0000
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 21:06:48 +0400
commit9b63258fde3b9a65313e431c5d749bb1d21f8579 (patch)
tree5fa3e6f2a1aa99183e20be3a2bd5b0321ee5c0dc /tests/tests.am
parent0eedd22eaeb0e2042cc40c258c5e649ba3351aa9 (diff)
downloadbdwgc-9b63258fde3b9a65313e431c5d749bb1d21f8579.tar.gz
2009-09-26 Ivan Maidanski <ivmai@mail.ru> (really Petter Urkedal)
* Makefile.am: Don't add libtool.m4 to EXTRA_DIST. * acinclude.m4: Place GC_SET_VERSION in []. * README.QUICK: Update information for Makefile. * Makefile.am: Replace dist_pkgconfig_DATA with pkgconfig_DATA for bdw-gc.pc. * configure.ac: Enable tracetest. * tests/tests.am: Ditto.
Diffstat (limited to 'tests/tests.am')
-rw-r--r--tests/tests.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/tests.am b/tests/tests.am
index a9c0e73f..9ad3c745 100644
--- a/tests/tests.am
+++ b/tests/tests.am
@@ -46,10 +46,12 @@ check_PROGRAMS += hugetest
hugetest_SOURCES = tests/huge_test.c
hugetest_LDADD = $(test_ldadd)
-#TESTS += tracetest$(EXEEXT)
-#check_PROGRAMS += tracetest
-#tracetest_SOURCES = tests/trace_test.c
-#tracetest_LDADD = $(test_ldadd)
+if KEEP_BACK_PTRS
+TESTS += tracetest$(EXEEXT)
+check_PROGRAMS += tracetest
+tracetest_SOURCES = tests/trace_test.c
+tracetest_LDADD = $(test_ldadd)
+endif
if THREADS
TESTS += threadleaktest$(EXEEXT)