Init
This commit is contained in:
35
tests/forth.rs
Normal file
35
tests/forth.rs
Normal file
@@ -0,0 +1,35 @@
|
||||
#[path = "forth/harness.rs"]
|
||||
mod harness;
|
||||
|
||||
#[path = "forth/arithmetic.rs"]
|
||||
mod arithmetic;
|
||||
|
||||
#[path = "forth/comparison.rs"]
|
||||
mod comparison;
|
||||
|
||||
#[path = "forth/context.rs"]
|
||||
mod context;
|
||||
|
||||
#[path = "forth/control_flow.rs"]
|
||||
mod control_flow;
|
||||
|
||||
#[path = "forth/errors.rs"]
|
||||
mod errors;
|
||||
|
||||
#[path = "forth/randomness.rs"]
|
||||
mod randomness;
|
||||
|
||||
#[path = "forth/sound.rs"]
|
||||
mod sound;
|
||||
|
||||
#[path = "forth/stack.rs"]
|
||||
mod stack;
|
||||
|
||||
#[path = "forth/temporal.rs"]
|
||||
mod temporal;
|
||||
|
||||
#[path = "forth/variables.rs"]
|
||||
mod variables;
|
||||
|
||||
#[path = "forth/quotations.rs"]
|
||||
mod quotations;
|
||||
Reference in New Issue
Block a user