Module Tjr_lib_core.Test

Support for testing. Testing can be enabled/disabled.

val run_test : ((unit -> unit) -> unit) Stdlib.ref
val test : (unit -> unit) -> unit
val enable : unit -> unit

Enable the test runner

val disable : unit -> unit

Disable the test runner