mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-01 15:20:23 +02:00
Generalize mesecons test fixture
This commit is contained in:
4
mesecons/spec/fixtures/mesecons.lua
vendored
4
mesecons/spec/fixtures/mesecons.lua
vendored
@ -3,7 +3,9 @@ mineunit("server")
|
|||||||
|
|
||||||
fixture("voxelmanip")
|
fixture("voxelmanip")
|
||||||
|
|
||||||
sourcefile("init")
|
mineunit:set_current_modname("mesecons")
|
||||||
|
mineunit:set_modpath("mesecons", "../mesecons")
|
||||||
|
sourcefile("../mesecons/init")
|
||||||
|
|
||||||
do
|
do
|
||||||
local off_spec = {conductor = {
|
local off_spec = {conductor = {
|
||||||
|
Reference in New Issue
Block a user