From 2bcfb0df5a56bb8f6f16078e6b0fa7c4c8b2f385 Mon Sep 17 00:00:00 2001 From: thdox Date: Wed, 25 Feb 2015 20:15:00 +0100 Subject: Add --verify-memory to untested options. This --verify-memory option is very system (Linux/Mac) dependent on how the memory is allocated. This cannot be reproduce with same results. --- test/CheckBaselineTests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/CheckBaselineTests.py') diff --git a/test/CheckBaselineTests.py b/test/CheckBaselineTests.py index 2a1f0315..9c8d4123 100755 --- a/test/CheckBaselineTests.py +++ b/test/CheckBaselineTests.py @@ -36,6 +36,7 @@ class CheckBaselineTests (CheckOptions): 'trace', 'verbose', 'verify', + 'verify-memory', 'version' ] -- cgit v1.2.3