unison/unison-src/builtin-tests
2023-03-06 08:26:39 -06:00
..
base.md Add builtins test suite, which can be run using the JIT or interpreted 2023-02-03 19:34:13 -06:00
base.output.md Correct output 2023-02-17 14:32:50 +00:00
concurrency-tests.u Assert on message from thread killed exception 2023-02-16 14:46:02 +00:00
interpreter-tests.md Thread killed typeLink test passing 2023-02-22 11:19:36 +00:00
interpreter-tests.output.md Thread killed typeLink test passing 2023-02-22 11:19:36 +00:00
interpreter-tests.sh [racket-crypto] fix scripts 2023-02-10 07:08:53 -06:00
jit-tests.md Consolidate into single test suite 2023-02-14 23:00:21 +00:00
jit-tests.output.md [tcp] more checks 2023-03-06 08:20:35 -06:00
jit-tests.sh [racket-crypto] fix scripts 2023-02-10 07:08:53 -06:00
Readme.md fixup 2023-02-03 19:58:24 -06:00
testlib.u [racket-crypto] simpler 2023-02-10 11:07:29 -06:00
tests.u Merge branch 'tcp' into tls 2023-03-06 08:26:39 -06:00
thread-killed-typeLink-test.u Thread killed typeLink test passing 2023-02-22 11:19:36 +00:00

Test suite for builtins

Edit tests.u in this directory to add to the test suite. The same test suite can be run using the JIT or the interpreter, using either of the two scripts:

$ ./unison-src/builtin-tests/jit-tests.sh
$ ./unison-src/builtin-tests/interpreter-tests.sh

The scripts will fetch a copy of base and the scheme codegen library and cache it for subsequent runs.