mirror of
https://github.com/Asraelite/littlebigcomputer.git
synced 2025-07-18 08:26:51 +00:00
Init commit
This commit is contained in:
commit
c45ad79440
48 changed files with 6786 additions and 0 deletions
7
assembler/targets/test/test.ts
Normal file
7
assembler/targets/test/test.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import * as v8 from "./v8_test.js";
|
||||
import * as parva_0_1 from "./parva_0_1_test.js";
|
||||
|
||||
export function runTests() {
|
||||
parva_0_1.runTests();
|
||||
v8.runTests();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue