unbreak after rename of make-mutants.rkt
This commit is contained in:
parent
6ecb0b765b
commit
98719cb5cf
|
@ -1,7 +1,7 @@
|
|||
#lang racket
|
||||
|
||||
(require racket/cmdline
|
||||
"make-mutants.rkt")
|
||||
"apply-diffs.rkt")
|
||||
|
||||
(define (make-diffs directory)
|
||||
(cond
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user