-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathruntests.fs
More file actions
36 lines (30 loc) · 744 Bytes
/
runtests.fs
File metadata and controls
36 lines (30 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
\ ANS Forth tests - run all tests
\ Adjust the file paths as appropriate to your system
\ Select the appropriate test harness, either the simple tester.fr
\ or the more complex ttester.fs
CR .( Running ANS Forth and Forth 2012 test programs, version 0.11) CR
include tester.fr
include core.fr
marker XX
include coreplustest.fth
include errorreport.fth
include coreexttest.fth
include doubletest.fth
include exceptiontest.fth
\ XX
\ marker XX
\ include facilitytest.fth
\ XX
\ \ \ include filetest.fth
\ \ \ include localstest.fth
\ \ include memorytest.fth
\ marker XX
\ include toolstest.fth
\ XX
\ \ \ include searchordertest.fth
\ marker XX
\ include stringtest.fth
\ XX
\ REPORT-ERRORS
decimal
CR CR .( Forth tests completed ) CR CR