2021-01-11 04:07:49 +01: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 10:52:47 +01:00
|
|
|
include lib/tester.fs
|
|
|
|
|
2021-01-11 04:07:49 +01:00
|
|
|
include test/core.fs
|
2021-01-16 02:45:03 +01:00
|
|
|
include test/utilities.fs
|
2021-01-15 06:34:52 +01:00
|
|
|
include test/coreexttest.fs
|
2021-01-11 04:50:58 +01:00
|
|
|
|
2021-01-17 04:57:43 +01:00
|
|
|
include test/export.fs
|
2021-12-04 12:53:33 +01:00
|
|
|
include lib/string.fs
|
2021-01-17 15:29:51 +01:00
|
|
|
include lib/array.fs
|
2021-05-05 14:07:13 +02:00
|
|
|
include lib/bitscan.fs
|
2021-12-03 04:32:34 +01:00
|
|
|
include lib/table.fs
|
2021-01-17 04:57:43 +01:00
|
|
|
|
2021-01-11 06:33:11 +01:00
|
|
|
report-and-exit
|