9 lines
173 B
Markdown
9 lines
173 B
Markdown
|
# Builtin Testing
|
||
|
|
||
|
Mostly testing that
|
||
|
- functions exist
|
||
|
- they compile
|
||
|
- basic length tests (no "contents")
|
||
|
|
||
|
Functionality is tested by interpreter over in interpreter dir
|