]> granicus.if.org Git - check/commitdiff
* comment out check_thread_stress from build per rob's request
authorcpickett <cpickett@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 12 May 2009 01:34:55 +0000 (01:34 +0000)
committercpickett <cpickett@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 12 May 2009 01:34:55 +0000 (01:34 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@544 64e312b2-a51f-0410-8e61-82d0ca0eb02a

tests/Makefile.am

index 6447705a259e4d3483b422b591e4e6c28f97c354..0e8ddc70c0f7bccb24637f6f99ac1e6b2406a9cf 100644 (file)
@@ -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 \