...
This commit is contained in:
12
tests/main.v
Normal file
12
tests/main.v
Normal file
@@ -0,0 +1,12 @@
|
||||
import freeflowuniverse.herolib.threefold.incatokens
|
||||
import freeflowuniverse.herolib.core.playcmds
|
||||
import os
|
||||
|
||||
const heroscript_path = os.dir(@FILE) + '/data'
|
||||
|
||||
fn main() {
|
||||
playcmds.run(
|
||||
heroscript_path: heroscript_path
|
||||
)!
|
||||
println('Simulation complete!')
|
||||
}
|
||||
Reference in New Issue
Block a user