Add base for menu parsing unit tests

This commit is contained in:
Jan
2021-11-14 12:46:13 +01:00
parent 13589fd43c
commit 0033ab2a2b
19 changed files with 288 additions and 9 deletions

View File

@ -127,12 +127,16 @@ group ""
-- Tests
-- ========================
include "test/ObjCommonTests.lua"
include "test/ObjLoadingTests.lua"
include "test/ParserTestUtils.lua"
include "test/ZoneCodeGeneratorLibTests.lua"
include "test/ZoneCommonTests.lua"
-- Tests group: Unit test and other tests projects
group "Tests"
ObjCommonTests:project()
ObjLoadingTests:project()
ParserTestUtils:project()
ZoneCodeGeneratorLibTests:project()
ZoneCommonTests:project()
group ""