cover/tests/do-arg.rkt
Spencer Florence cd40ad959f Added arg test
2015-01-13 23:19:21 -05:00

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