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 #lang racket
(require racket/cmdline (require racket/cmdline
"make-mutants.rkt") "apply-diffs.rkt")
(define (make-diffs directory) (define (make-diffs directory)
(cond (cond

View File

@ -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"