From b5ed5d13d1f8733a8aadbb4df75aa51a8f9cbd06 Mon Sep 17 00:00:00 2001 From: CJentzsch Date: Thu, 12 Mar 2015 16:53:00 +0100 Subject: readd --filltest option and add dejavu issue 42 test --- TestHelper.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TestHelper.cpp') diff --git a/TestHelper.cpp b/TestHelper.cpp index fcca4630..a2e1eaf1 100644 --- a/TestHelper.cpp +++ b/TestHelper.cpp @@ -549,6 +549,8 @@ Options::Options() } else if (arg == "--vmtrace") vmtrace = true; + else if (arg == "--filltests") + fillTests = true; else if (arg == "--performance") performance = true; else if (arg == "--quadratic") -- cgit v1.2.3