mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +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 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() {
|
||||
|
|
Loading…
Reference in a new issue