Skip to content

Commit

Permalink
Added arg test
Browse files Browse the repository at this point in the history
  • Loading branch information
florence committed Jan 14, 2015
1 parent 144c42f commit cd40ad9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/do-arg.rkt
Original file line number Diff line number Diff line change
@@ -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"))))

0 comments on commit cd40ad9

Please sign in to comment.