adding tests
This commit is contained in:
parent
44fa08155f
commit
b5ff92a57f
2
tests/cross-phase-persist.rkt
Normal file
2
tests/cross-phase-persist.rkt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
(module cross-phase-persist '#%kernel
|
||||||
|
(#%declare #:cross-phase-persistent))
|
6
tests/test-cross-phase-persist.rkt
Normal file
6
tests/test-cross-phase-persist.rkt
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#lang racket
|
||||||
|
(require cover rackunit racket/runtime-path)
|
||||||
|
(define-runtime-path file "cross-phase-persist.rkt")
|
||||||
|
(parameterize ([current-cover-environment (make-cover-environment)])
|
||||||
|
(test-files! file)
|
||||||
|
(check-equal? (get-test-coverage) (hash)))
|
Loading…
Reference in New Issue
Block a user