planckforth/runtests.fs

16 lines
320 B
Forth
Raw Normal View History

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
include test/tester.fs
include test/core.fs
2021-01-15 06:34:52 +01:00
include test/errorreport.fs
include test/coreexttest.fs
2021-01-11 04:50:58 +01:00
2021-01-15 06:34:52 +01:00
report-errors
2021-01-11 06:33:11 +01:00
report-and-exit