2019-08-12 11:36:32 +02:00
|
|
|
# Builtin Testing
|
|
|
|
|
2019-08-12 12:16:15 +02:00
|
|
|
At the Module level (word/object/integer) mostly testing that
|
2019-08-12 11:36:32 +02:00
|
|
|
- functions exist
|
|
|
|
- they compile
|
|
|
|
- basic length tests (no "contents")
|
|
|
|
|
2019-08-12 12:16:15 +02:00
|
|
|
Minimal tests for risc compilation, and again length only (should be array too)
|
|
|
|
|
2019-08-12 11:36:32 +02:00
|
|
|
Functionality is tested by interpreter over in interpreter dir
|