From dca6b3a06e39de7de844b6b49f28ea6b68fa558c Mon Sep 17 00:00:00 2001 From: Casey Klein Date: Mon, 20 Sep 2010 10:04:32 -0500 Subject: [PATCH] Configures DrDr to ignore Redex compiler tests --- collects/meta/props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collects/meta/props b/collects/meta/props index cd6b2bf8ff..7bbcbc769a 100755 --- a/collects/meta/props +++ b/collects/meta/props @@ -1216,6 +1216,8 @@ path/s is either such a string or a list of them. "collects/redex/tests/bitmap-test-util.rkt" drdr:command-line (gracket-text "-t" *) "collects/redex/tests/bitmap-test.rkt" drdr:command-line (mzc "-k" *) "collects/redex/tests/color-test.rkt" drdr:command-line (mzc *) +"collects/redex/tests/compiler/matrix-tests.rkt" drdr:command-line #f +"collects/redex/tests/compiler/redex-tests.rkt" drdr:command-line #f "collects/redex/tests/core-layout-test.rkt" drdr:command-line (mzc *) "collects/redex/tests/hole-test.rkt" drdr:command-line (mzc *) "collects/redex/tests/keyword-macros-test.rkt" drdr:command-line (mzc *)