This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/tests/base/test_premake_command.lua

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