mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-01 07:10:21 +02:00
Rename test fixture directory with dot
This prevents it from being seen as a mod.
This commit is contained in:
@ -48,12 +48,12 @@ local test_conf = {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
files["*/spec/*.lua"] = test_conf
|
files["*/spec/*.lua"] = test_conf
|
||||||
files["test_fixtures/*.lua"] = test_conf
|
files[".test_fixtures/*.lua"] = test_conf
|
||||||
|
|
||||||
files["test_fixtures/screwdriver.lua"] = {
|
files[".test_fixtures/screwdriver.lua"] = {
|
||||||
globals = {"screwdriver"},
|
globals = {"screwdriver"},
|
||||||
}
|
}
|
||||||
|
|
||||||
files["test_fixtures/mesecons_fpga.lua"] = {
|
files[".test_fixtures/mesecons_fpga.lua"] = {
|
||||||
globals = {"minetest.register_on_player_receive_fields"},
|
globals = {"minetest.register_on_player_receive_fields"},
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
fixture_paths = {"../test_fixtures"}
|
fixture_paths = {"../.test_fixtures"}
|
||||||
|
@ -1 +1 @@
|
|||||||
fixture_paths = {"../test_fixtures"}
|
fixture_paths = {"../.test_fixtures"}
|
||||||
|
@ -1 +1 @@
|
|||||||
fixture_paths = {"../test_fixtures"}
|
fixture_paths = {"../.test_fixtures"}
|
||||||
|
Reference in New Issue
Block a user