aboutsummaryrefslogtreecommitdiff
path: root/games/devtest/mods/unittests/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'games/devtest/mods/unittests/init.lua')
-rw-r--r--games/devtest/mods/unittests/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/devtest/mods/unittests/init.lua b/games/devtest/mods/unittests/init.lua
index f93d516d7..936f05c6d 100644
--- a/games/devtest/mods/unittests/init.lua
+++ b/games/devtest/mods/unittests/init.lua
@@ -179,6 +179,7 @@ dofile(modpath .. "/itemdescription.lua")
dofile(modpath .. "/async_env.lua")
dofile(modpath .. "/entity.lua")
dofile(modpath .. "/content_ids.lua")
+dofile(modpath .. "/metadata.lua")
--------------