summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2017-05-16 10:22:51 -0400
committerJacob Keeler <jacob.keeler@livioradio.com>2017-05-16 10:22:51 -0400
commitead2d483936b199ec7fddade159cc9c939785b87 (patch)
tree19634a5c3851e6b41a981c85e86bc296345353b9
parent30d73a1506411d7b779843a37dffc4bf759c32e2 (diff)
downloadsdl_core-fix/4.3.0_fixes.tar.gz
Renamed resumption test to avoid cmake warningfix/4.3.0_fixes
-rw-r--r--src/components/application_manager/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/test/CMakeLists.txt b/src/components/application_manager/test/CMakeLists.txt
index 7a7ff12d41..dba8d99a62 100644
--- a/src/components/application_manager/test/CMakeLists.txt
+++ b/src/components/application_manager/test/CMakeLists.txt
@@ -139,7 +139,7 @@ file(COPY smartDeviceLink_test.ini DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/resumption)
file(COPY smartDeviceLink_test.ini DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/resumption)
-create_test("resumption/data_resumption_test" "${ResumptionData_SOURCES}" "${LIBRARIES}")
+create_test("data_resumption_test" "${ResumptionData_SOURCES}" "${LIBRARIES}")
add_subdirectory(state_controller)
add_subdirectory(app_launch)