Add base for simple expression unit tests

This commit is contained in:
Jan
2021-11-25 01:20:51 +01:00
parent c5475ce780
commit 7680f92ae1
5 changed files with 158 additions and 2 deletions

View File

@ -129,6 +129,7 @@ group ""
include "test/ObjCommonTests.lua"
include "test/ObjLoadingTests.lua"
include "test/ParserTestUtils.lua"
include "test/ParserTests.lua"
include "test/ZoneCodeGeneratorLibTests.lua"
include "test/ZoneCommonTests.lua"
@ -137,6 +138,7 @@ group "Tests"
ObjCommonTests:project()
ObjLoadingTests:project()
ParserTestUtils:project()
ParserTests:project()
ZoneCodeGeneratorLibTests:project()
ZoneCommonTests:project()
group ""