swapforth

Форк
0
/
runtests.fs 
28 строк · 692.0 Байт
1
\ ANS Forth tests - run all tests
2

3
\ Adjust the file paths as appropriate to your system
4
\ Select the appropriate test harness, either the simple tester.fr
5
\ or the more complex ttester.fs 
6

7
CR .( Running ANS Forth and Forth 2012 test programs, version 0.11) CR
8

9
include tester.fr
10
include core.fr
11

12
include coreplustest.fth
13
include errorreport.fth
14
include coreexttest.fth
15
include doubletest.fth
16
include ../localtests/div.fs
17
include facilitytest.fth
18
include toolstest.fth
19
include stringtest.fth
20
REPORT-ERRORS
21
#bye
22
\ include exceptiontest.fth
23
\ \ include filetest.fth
24
\ \ include localstest.fth
25
\ include memorytest.fth
26
\ \ include searchordertest.fth
27

28
CR CR .( Forth tests completed ) CR CR
29

30

31

32

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.