mirror of
https://github.com/nineties/planckforth
synced 2025-01-14 08:01:27 +01:00
13 lines
276 B
Forth
13 lines
276 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 test/tester.fs
|
|
include test/core.fs
|
|
include test/coreplustest.fs
|
|
|
|
print-report
|