200c7854a4
This (and the related 20 to 30 updates) has been tested twice in a bulk by landry@, thanks! Runtime testing by myself under heavy GNOME usage...
13 lines
733 B
Plaintext
13 lines
733 B
Plaintext
$OpenBSD: patch-gobject_tests_Makefile_in,v 1.3 2011/03/07 19:17:14 ajacoutot Exp $
|
|
--- gobject/tests/Makefile.in.orig Sat Jan 29 03:46:12 2011
|
|
+++ gobject/tests/Makefile.in Mon Jan 31 10:14:44 2011
|
|
@@ -689,7 +689,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
|