hide some test scripts from raco test
- these files should be manually run - this hopefully prevents timeouts on the pkg server
This commit is contained in:
parent
fc5731de00
commit
639a34c678
|
@ -7,3 +7,6 @@
|
|||
"run-mlish-tests3.rkt" "Ben's"
|
||||
"run-mlish-tests4.rkt" "Okasaki / polymorphic recursion"
|
||||
"run-mlish-tests5.rkt" "typeclasses")
|
||||
|
||||
; don't run this file for testing:
|
||||
(module test racket/base)
|
||||
|
|
|
@ -35,3 +35,6 @@
|
|||
|
||||
;; type and effects
|
||||
(require "stlc+effect-tests.rkt")
|
||||
|
||||
; don't run this file for testing:
|
||||
(module test racket/base)
|
||||
|
|
|
@ -20,3 +20,6 @@
|
|||
;; (require "mlish/knuc.mlish")
|
||||
;; (require "mlish/matrix.mlish")
|
||||
;; (require "mlish/nbody.mlish")
|
||||
|
||||
; don't run this file for testing:
|
||||
(module test racket/base)
|
||||
|
|
|
@ -22,3 +22,6 @@
|
|||
(require "mlish/alex.mlish")
|
||||
(require "mlish/inst.mlish")
|
||||
(require "mlish/result.mlish")
|
||||
|
||||
; don't run this file for testing:
|
||||
(module test racket/base)
|
||||
|
|
|
@ -5,3 +5,6 @@
|
|||
(require "mlish/bg/huffman.mlish")
|
||||
(require "mlish/bg/lambda.mlish")
|
||||
(require "mlish/bg/monad.mlish")
|
||||
|
||||
; don't run this file for testing:
|
||||
(module test racket/base)
|
||||
|
|
|
@ -3,3 +3,6 @@
|
|||
;; okasaki tests
|
||||
;(require "mlish/polyrecur.mlish")
|
||||
(require "mlish/bg/okasaki.mlish")
|
||||
|
||||
; don't run this file for testing:
|
||||
(module test racket/base)
|
||||
|
|
|
@ -2,3 +2,6 @@
|
|||
|
||||
;; adhoc polymorphism tests
|
||||
(require "mlish/generic.mlish")
|
||||
|
||||
; don't run this file for testing:
|
||||
(module test racket/base)
|
||||
|
|
|
@ -5,3 +5,6 @@
|
|||
; visit but dont instantiate, o.w. will get unsat
|
||||
;(dynamic-require "fsm-test.rkt" #f)
|
||||
(require "ifc-tests.rkt")
|
||||
|
||||
; don't run this file for testing:
|
||||
(module test racket/base)
|
||||
|
|
|
@ -7,3 +7,6 @@
|
|||
"run-mlish-tests3.rkt" "Ben's"
|
||||
"run-mlish-tests4.rkt" "Okasaki / polymorphic recursion"
|
||||
"run-mlish-tests5.rkt" "typeclasses")
|
||||
|
||||
; don't run this file for testing:
|
||||
(module test racket/base)
|
||||
|
|
|
@ -38,3 +38,6 @@
|
|||
|
||||
;; type and effects
|
||||
(require "stlc+effect-tests.rkt")
|
||||
|
||||
; don't run this file for testing:
|
||||
(module test racket/base)
|
||||
|
|
|
@ -20,3 +20,6 @@
|
|||
;; (require "mlish/knuc.mlish")
|
||||
;; (require "mlish/matrix.mlish")
|
||||
;; (require "mlish/nbody.mlish")
|
||||
|
||||
; don't run this file for testing:
|
||||
(module test racket/base)
|
||||
|
|
|
@ -22,3 +22,6 @@
|
|||
(require "mlish/alex.mlish")
|
||||
(require "mlish/inst.mlish")
|
||||
(require "mlish/result.mlish")
|
||||
|
||||
; don't run this file for testing:
|
||||
(module test racket/base)
|
||||
|
|
|
@ -5,3 +5,6 @@
|
|||
(require "mlish/bg/huffman.mlish")
|
||||
(require "mlish/bg/lambda.mlish")
|
||||
(require "mlish/bg/monad.mlish")
|
||||
|
||||
; don't run this file for testing:
|
||||
(module test racket/base)
|
||||
|
|
|
@ -3,3 +3,6 @@
|
|||
;; okasaki tests
|
||||
;(require "mlish/polyrecur.mlish")
|
||||
(require "mlish/bg/okasaki.mlish")
|
||||
|
||||
; don't run this file for testing:
|
||||
(module test racket/base)
|
||||
|
|
|
@ -2,3 +2,6 @@
|
|||
|
||||
;; adhoc polymorphism tests
|
||||
(require "mlish/generic.mlish")
|
||||
|
||||
; don't run this file for testing:
|
||||
(module test racket/base)
|
||||
|
|
Loading…
Reference in New Issue
Block a user