Skip to content

Commit 7922f2f

Browse files
committed
GForth 0.7.3 with "Testest" Forth test framework v1.0.0
1 parent a3d5a45 commit 7922f2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ ENV USER=codewarrior \
2222
HOME=/home/codewarrior
2323
WORKDIR /workspace
2424

25-
# `ttester-codewars.4th` contains words to make test output in Codewars format.
26-
RUN wget -q https://raw.githubusercontent.com/codewars/ttester-codewars/v0.0.4/ttester-codewars.4th
25+
# Testest Forth test framework
26+
RUN wget -q https://raw.githubusercontent.com/codewars/ttester-codewars/v1.0.0/testest.4th

bin/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -eu
33

44
W=/workspace
5-
FILES="preloaded.4th solution.4th ttester-codewars.4th tests.4th"
5+
FILES="preloaded.4th solution.4th testest.4th tests.4th"
66
# Create container
77
C=$(docker container create --rm -w $W ghcr.io/codewars/forth:latest sh -c "gforth $FILES -e bye")
88

0 commit comments

Comments
 (0)