mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
20 lines
391 B
Forth
20 lines
391 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/errorreport.fs
|
|
include test/coreexttest.fs
|
|
|
|
include test/export.fs
|
|
include lib/array.fs
|
|
|
|
report-errors
|
|
report-and-exit
|