add lua integration tests to `make test`.

This commit is contained in:
Enno Rehling 2014-02-18 06:08:37 +01:00
parent 636f50e503
commit d9abce13a1
2 changed files with 3 additions and 0 deletions

View File

@ -42,3 +42,4 @@ add_subdirectory (iniparser)
add_subdirectory (quicklist)
add_subdirectory (critbit)
add_subdirectory (src eressea)

View File

@ -112,3 +112,5 @@ target_link_libraries(test_eressea
)
add_test(server test_eressea)
add_test(NAME E3 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/game-e3 COMMAND $<TARGET_FILE:eressea> -e run_tests)
add_test(NAME E2 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/game-e2 COMMAND $<TARGET_FILE:eressea> -e run_tests)