planckforth/runtests.fs

23 lines
438 B
Forth
Raw Normal View History

2021-01-11 12:07:49 +09:00
\ planckforth -
\ Copyright (C) 2021 nineties
\ test/tester.fs and test codes are base on
\ https://github.com/gerryjackson/forth2012-test-suite
." Running PlanckForth test programs" cr
2021-01-16 18:52:47 +09:00
include lib/tester.fs
2021-01-11 12:07:49 +09:00
include test/core.fs
2021-01-16 10:45:03 +09:00
include test/utilities.fs
2021-01-15 14:34:52 +09:00
include test/coreexttest.fs
2021-12-09 08:20:25 +09:00
include test/fileio.fs
2021-01-11 12:50:58 +09:00
2021-01-17 12:57:43 +09:00
include test/export.fs
2021-12-04 20:53:33 +09:00
include lib/string.fs
2021-01-17 23:29:51 +09:00
include lib/array.fs
2021-05-05 21:07:13 +09:00
include lib/bitscan.fs
2021-12-03 12:32:34 +09:00
include lib/table.fs
2021-01-17 12:57:43 +09:00
2021-01-11 14:33:11 +09:00
report-and-exit