We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bd7d4 commit f1087c7Copy full SHA for f1087c7
1 file changed
tests/CMakeLists.txt
@@ -115,7 +115,7 @@ endif()
115
116
if(LUA_EXE)
117
message(STATUS "Added test: lua-lib")
118
- add_test(NAME lua-lib COMMAND lua lua/tests.lua
+ add_test(NAME lua-lib COMMAND ${LUA_EXE} lua/tests.lua
119
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
120
set_tests_properties(lua-lib PROPERTIES LABELS NoDB)
121
else()
0 commit comments