planckforth/runtests.fs
Koichi NAKAMURA 5e8e9f978d
Merge pull request #3 from nineties/move_tester
Move test/tester.fs to lib/tester.fs
2021-01-16 19:02:32 +09:00

17 lines
346 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
report-errors
report-and-exit