$OpenBSD: patch-tests_Makefile_in,v 1.17 2010/10/11 20:41:44 kili Exp $ --- tests/Makefile.in.orig Mon Sep 27 18:10:13 2010 +++ tests/Makefile.in Sun Oct 10 15:00:56 2010 @@ -639,8 +639,7 @@ test_programs = \ thread-test \ threadpool-test \ type-test \ - unicode-caseconv \ - unicode-encoding + unicode-caseconv test_scripts = run-collate-tests.sh run-assert-msg-test.sh test_script_support_programs = unicode-collate @@ -1403,7 +1402,7 @@ test: test-nonrecursive # test-nonrecursive: run tests only in cwd test-nonrecursive: ${TEST_PROGS} -@OS_UNIX_TRUE@ @test -z "${TEST_PROGS}" || MALLOC_CHECK_=2 MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256)) ${GTESTER} --verbose ${TEST_PROGS} +@OS_UNIX_TRUE@ @test -z "${TEST_PROGS}" || MALLOC_CHECK_=2 MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256)) ${GTESTER} -k --verbose ${TEST_PROGS} # test-report: run tests in subdirs and generate report # perf-report: run tests in subdirs with -m perf and generate report