planckforth/runtests.fs
2021-12-09 08:20:25 +09:00

22 lines
438 B
Forth

\ 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
include lib/tester.fs
include test/core.fs
include test/utilities.fs
include test/coreexttest.fs
include test/fileio.fs
include test/export.fs
include lib/string.fs
include lib/array.fs
include lib/bitscan.fs
include lib/table.fs
report-and-exit