1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-06-17 09:29:28 +00:00
of816/test/README.md

23 lines
840 B
Markdown
Raw Normal View History

2019-12-29 23:02:46 +00:00
# OF816 Unit tests
This directory contains unit tests for OF816. The ```*.fs``` files contain the tests and
test support files. Most tests are arranged in the order they appear in IEEE 1275-94
chapter 7.
Tests written in ALL CAPS, and ``tester.fs`` were borrowed from the Forth 2012/ANSI Forth
[test suite](https://github.com/gerryjackson/forth2012-test-suite), and are public-domain.
Tests written in mixed case are modified from the same source, and also
public domain.
Tests written in lower case are hereby released to the public domain as an exception
to the licensing terms of OF816 itself.
## Test Execution
The tests are designed to run under the (currently unreleased) GoSXB
emulator. In the GoSXB platform directory is a crude script to run
the tests.
The tests are run in the order described in ``test-manifest.yaml``.