mirror of
https://github.com/remko/waforth
synced 2024-12-27 09:59:29 +01:00
Move standard testsuite
This commit is contained in:
parent
6738aff33e
commit
13a6a612df
4 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
import WAForth from "../waforth";
|
import WAForth from "../waforth";
|
||||||
import sieve from "../../examples/sieve.f";
|
import sieve from "../../examples/sieve.f";
|
||||||
import standardTestSuiteTester from "../../standard-testsuite/tester.f";
|
import standardTestSuiteTester from "./standard-testsuite/tester.f";
|
||||||
import standardCoreWordsTestSuite from "../../standard-testsuite/core.f";
|
import standardCoreWordsTestSuite from "./standard-testsuite/core.f";
|
||||||
import { expect, assert } from "chai";
|
import { expect, assert } from "chai";
|
||||||
|
|
||||||
function loadTests() {
|
function loadTests() {
|
||||||
|
|
Loading…
Reference in a new issue