1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-16 22:38:46 +10:00
collapseos/tests
Virgil Dupras 7a5744a4c3 Remove BROWSE and CASE
With the Visual Editor, BROWSE is of dubious value. Even before that,
it was of dubious value. It's the only user of the CASE word, which
is also of dubious value: too complicated for its own good.

The CMD pattern used in VE is much better.
2020-09-21 14:13:34 -04:00
..
cvm Remove BROWSE and CASE 2020-09-21 14:13:34 -04:00
z80 Fix tests 2020-09-20 10:52:15 -04:00
harness.fs tests: separate tests that need to run on z80 vs those that don't 2020-06-27 07:41:42 -04:00
Makefile tests: separate tests that need to run on z80 vs those that don't 2020-06-27 07:41:42 -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

Testing Collapse OS

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