From 378c2f77d9006eea0a35dcfe8d5e29f2a55c7150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Vagin/AI=20Tools=20Lab=20/SRR/Engineer/=EC=82=BC?= =?UTF-8?q?=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Mon, 9 Jul 2018 17:49:04 +0300 Subject: Invoke tests with ctest in 'test' script (#566) Invoke tests with ctest in 'test' script Invoke tests with ctest instead of cmake in 'test' script Signed-off-by: Ivan Vagin --- scripts/command/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/command/test b/scripts/command/test index 0c7c57069..eef441618 100644 --- a/scripts/command/test +++ b/scripts/command/test @@ -10,4 +10,4 @@ if [[ ! -d "${BUILD_WORKSPACE_PATH}" ]]; then fi export CTEST_OUTPUT_ON_FAILURE=1 -cd "${BUILD_WORKSPACE_PATH}" && cmake --build . --target test +cd "${BUILD_WORKSPACE_PATH}" && ctest "$@" -- cgit v1.2.3