unbreak after rename of make-mutants.rkt
This commit is contained in:
parent
6ecb0b765b
commit
98719cb5cf
|
@ -1,7 +1,7 @@
|
||||||
#lang racket
|
#lang racket
|
||||||
|
|
||||||
(require racket/cmdline
|
(require racket/cmdline
|
||||||
"make-mutants.rkt")
|
"apply-diffs.rkt")
|
||||||
|
|
||||||
(define (make-diffs directory)
|
(define (make-diffs directory)
|
||||||
(cond
|
(cond
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
racket/match
|
racket/match
|
||||||
racket/system
|
racket/system
|
||||||
racket/runtime-path
|
racket/runtime-path
|
||||||
"make-mutants.rkt")
|
"apply-diffs.rkt")
|
||||||
|
|
||||||
(define names '())
|
(define names '())
|
||||||
(define verbose? #f)
|
(define verbose? #f)
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
(command-line
|
(command-line
|
||||||
#:once-each
|
#:once-each
|
||||||
[("-a" "--all") "Run all mutation tests and gather results"
|
[("-a" "--all") "Run all broken models and gather results"
|
||||||
(set! names
|
(set! names
|
||||||
directories)]
|
directories)]
|
||||||
[("-v" "--verbose") "Also report counterexamples as they are found"
|
[("-v" "--verbose") "Also report counterexamples as they are found"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user