From: cpickett Date: Tue, 12 May 2009 01:34:55 +0000 (+0000) Subject: * comment out check_thread_stress from build per rob's request X-Git-Tag: 0.10.0~620 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35c14af1eaa042e6592dd6585e8e1cd3c2b34fde;p=check * comment out check_thread_stress from build per rob's request git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@544 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 6447705..0e8ddc7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,13 +3,17 @@ TESTS = \ check_check_export \ check_check \ - check_thread_stress \ test_output.sh \ test_xml_output.sh \ test_log_output.sh -XFAIL_TESTS = \ - check_thread_stress +# check_thread_stress is kind of slow. +# add this line back to TESTS to enable check_thread_stress +# check_thread_stress \ +# +# uncomment if check_thread_stress enabled +# XFAIL_TESTS = \ +# check_thread_stress noinst_PROGRAMS = \ check_check_export \