Added arg test
This commit is contained in:
parent
144c42f1c7
commit
cd40ad959f
4
tests/do-arg.rkt
Normal file
4
tests/do-arg.rkt
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#lang racket
|
||||||
|
(require "../cover.rkt" racket/runtime-path rackunit)
|
||||||
|
(define-runtime-path arg.rkt "arg.rkt")
|
||||||
|
(check-true (test-files! (list (path->string arg.rkt) #("a"))))
|
Loading…
Reference in New Issue
Block a user