Added arg test

This commit is contained in:
Spencer Florence 2015-01-13 23:19:21 -05:00
parent 144c42f1c7
commit cd40ad959f

4
tests/do-arg.rkt Normal file
View 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"))))