Move standard testsuite

This commit is contained in:
Remko Tronçon 2022-05-25 15:50:39 +02:00
parent 6738aff33e
commit 13a6a612df
4 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
import WAForth from "../waforth";
import sieve from "../../examples/sieve.f";
import standardTestSuiteTester from "../../standard-testsuite/tester.f";
import standardCoreWordsTestSuite from "../../standard-testsuite/core.f";
import standardTestSuiteTester from "./standard-testsuite/tester.f";
import standardCoreWordsTestSuite from "./standard-testsuite/core.f";
import { expect, assert } from "chai";
function loadTests() {