1
0
forked from mirrors/0ad
Files
0ad/build/premake/premake5/tests/base/test_premake_command.lua
T
2017-10-28 16:10:49 +00:00

13 lines
296 B
Lua

--
-- tests/base/test_premake_command.lua
-- Test the initialization of the _PREMAKE_COMMAND global.
-- Copyright (c) 2012-2014 Jason Perkins and the Premake project
--
local suite = test.declare("premake_command")
function suite.valueIsSet()
test.istrue(os.isfile(_PREMAKE_COMMAND))
end