Skip to content

Commit add1076

Browse files
committed
Add change comment to tester.fth and add tester.fth copyright notice to COPYING
1 parent 1332f18 commit add1076

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

COPYING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ See https://github.com/Tuplanolla/cheat
4040
Copyright (c) 2012, Guillermo "Tordek" Freschi
4141
Copyright (c) 2013, Sampsa "Tuplanolla" Kiiskinen
4242
All rights reserved.
43+
44+
45+
The tests directory of cc64 contains John Hayes' tester.fth which is
46+
(C) 1995 JOHNS HOPKINS UNIVERSITY / APPLIED PHYSICS LABORATORY

tests/unit/tester.fth

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
\ MAY BE DISTRIBUTED FREELY AS LONG AS THIS COPYRIGHT NOTICE REMAINS.
77
\ VERSION 1.2
88

9+
\ 05/02/2021 by pzembrod: Added ANS compatibility shim for VolksForth
10+
\ and added printing actual stack content in case of test failure.
911
\ 24/11/2015 Replaced Core Ext word <> with = 0=
1012
\ 31/3/2015 Variable #ERRORS added and incremented for each error reported.
1113
\ 22/1/09 The words { and } have been changed to T{ and }T respectively to

0 commit comments

Comments
 (0)