Skip to content

Commit

Permalink
GForth 0.7.3 with "Testest" Forth test framework v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nomennescio committed Oct 27, 2023
1 parent a3d5a45 commit 7922f2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ ENV USER=codewarrior \
HOME=/home/codewarrior
WORKDIR /workspace

# `ttester-codewars.4th` contains words to make test output in Codewars format.
RUN wget -q https://raw.githubusercontent.com/codewars/ttester-codewars/v0.0.4/ttester-codewars.4th
# Testest Forth test framework
RUN wget -q https://raw.githubusercontent.com/codewars/ttester-codewars/v1.0.0/testest.4th
2 changes: 1 addition & 1 deletion bin/run
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -eu

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

Expand Down

0 comments on commit 7922f2f

Please sign in to comment.