Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « shunit2 « tests - git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 74c2134cf3c8e36bbe6adad93f08b462ae4202d8 (plain)
1
2
3
4
5
6
7
ADD_TEST(
	NAME shunit2
	COMMAND tests.sh
	WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
)

SET_PROPERTY(TEST shunit2 APPEND PROPERTY ENVIRONMENT "TEST_JSON_SCRIPT=$<TARGET_FILE:test-json-script>")