forked from github/server
add lua integration tests to `make test`.
This commit is contained in:
parent
636f50e503
commit
d9abce13a1
|
@ -42,3 +42,4 @@ add_subdirectory (iniparser)
|
||||||
add_subdirectory (quicklist)
|
add_subdirectory (quicklist)
|
||||||
add_subdirectory (critbit)
|
add_subdirectory (critbit)
|
||||||
add_subdirectory (src eressea)
|
add_subdirectory (src eressea)
|
||||||
|
|
||||||
|
|
|
@ -112,3 +112,5 @@ target_link_libraries(test_eressea
|
||||||
)
|
)
|
||||||
|
|
||||||
add_test(server 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)
|
||||||
|
|
Loading…
Reference in New Issue