diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2024-12-19 17:18:08 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2024-12-19 17:18:08 -0500 |
commit | 3246deb437054ff67e600a95d05535251642ad76 (patch) | |
tree | 03f5eab13e74ce112ad612073442854840f56f91 /test.fth | |
parent | b5ec68178067372c267831d64cf6e515435c9bef (diff) |
include, test.fth
Diffstat (limited to 'test.fth')
-rw-r--r-- | test.fth | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test.fth b/test.fth new file mode 100644 index 0000000..0a3bc1a --- /dev/null +++ b/test.fth @@ -0,0 +1,5 @@ +include core.fth +include forth2012-test-suite/src/tester.fr +include forth2012-test-suite/src/core.fr +cr +bye |