collapseos/tests
Virgil Dupras 527f5977d7 Add BS, CR, LF, SPC ASCII consts
Previously, these words would be ascii emitters, but seldom used
except for the SPC emitter. However, I would often end up hardcoding
these constants. With useless emitters removed and ASCII constants
added, we have a more usable system.

Also, fix broken test harness.
2021-01-02 10:26:05 -05:00
..
all Add word ROT> 2020-10-29 12:41:08 -04:00
z80 Move /emul to /emul/z80 2020-10-24 16:50:22 -04:00
Makefile Run "all" tests under the 8086 emulator 2020-10-24 23:38:06 -04:00
README.md tests: separate tests that need to run on z80 vs those that don't 2020-06-27 07:41:42 -04:00
harness.fs Add BS, CR, LF, SPC ASCII consts 2021-01-02 10:26:05 -05:00

README.md

Testing Collapse OS

This folder contains Collapse OS' automated testing suite. You can run all tests with make.