unbreak after rename of make-mutants.rkt

This commit is contained in:
Robby Findler 2014-03-19 12:48:19 -05:00
parent 6ecb0b765b
commit 98719cb5cf
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#lang racket
(require racket/cmdline
"make-mutants.rkt")
"apply-diffs.rkt")
(define (make-diffs directory)
(cond

View File

@ -7,7 +7,7 @@
racket/match
racket/system
racket/runtime-path
"make-mutants.rkt")
"apply-diffs.rkt")
(define names '())
(define verbose? #f)
@ -18,7 +18,7 @@
(command-line
#:once-each
[("-a" "--all") "Run all mutation tests and gather results"
[("-a" "--all") "Run all broken models and gather results"
(set! names
directories)]
[("-v" "--verbose") "Also report counterexamples as they are found"