diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-09-12 13:35:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-09-12 13:35:32 +0000 |
commit | de9a178a7562ec7a07565e3a4fdcfcc7e1dea31d (patch) | |
tree | 7eb2b152470bd845a3b8426609ed6a153a98c0a4 /test/CMakeLists.txt | |
parent | 5fe17b5f6b06d9fa2742438c098ccb8f8b33815b (diff) | |
parent | 450d2de0b206fd6c33a11d4fc3cab576528da115 (diff) |
Merge "fix(test/CMakeLists.txt): make test wgt work"
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 75bcf58..424f2b7 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -23,6 +23,6 @@ PROJECT_SUBDIRS_ADD(${PROJECT_SRC_DIR_PATTERN}) ADD_TEST(NAME AGL_SERVICE_GPS_TESTS WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} - COMMAND afb-test.sh "${CMAKE_BINARY_DIR}/package" "${CMAKE_BINARY_DIR}/package-test" SERVICE + COMMAND afm-test ${CMAKE_BINARY_DIR}/package ${CMAKE_BINARY_DIR}/package-test ) |