Commit 28b4efe9 authored by Vicent Marti's avatar Vicent Marti

cmake: Run the Lua tests too

parent abdbc36c
......@@ -6,3 +6,4 @@ set(TEST_WRAPPER ${CMAKE_CURRENT_BINARY_DIR}/wrapper.sh)
add_subdirectory(cc)
add_subdirectory(python)
add_subdirectory(lua)
find_program(LUAJIT luajit)
if(LUAJIT)
add_test(NAME lua_test_clang WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
COMMAND sudo ${LUAJIT} test_clang.lua)
endif()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment