5 lines
171 B
Racket
5 lines
171 B
Racket
#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"))))
|