Former-commit-id: 5103cd29d3959802747d7d06bc9b90bc272215d4 [formerly 7c3ea867b6439d721f255306d812b5d10a3efe1a] Former-commit-id: 5b5ab11770402db34a14df80b9ad6c1ce3fecaca
29 lines
382 B
Lua
29 lines
382 B
Lua
TOOL.Name = "UnitTests"
|
|
|
|
TOOL.Directory = "../tests"
|
|
TOOL.EnableConsole = true
|
|
TOOL.Kind = "Application"
|
|
|
|
TOOL.Defines = {
|
|
}
|
|
|
|
TOOL.Includes = {
|
|
"../include"
|
|
}
|
|
|
|
TOOL.Files = {
|
|
"../tests/main.cpp",
|
|
"../tests/Engine/**.cpp"
|
|
}
|
|
|
|
TOOL.Libraries = {
|
|
"NazaraCore",
|
|
"NazaraAudio",
|
|
"NazaraLua",
|
|
"NazaraNoise",
|
|
"NazaraPhysics",
|
|
"NazaraUtility",
|
|
"NazaraRenderer",
|
|
"NazaraGraphics"
|
|
}
|