Skip to content

Commit

Permalink
Renamed resumption test to avoid cmake warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkeeler committed May 16, 2017
1 parent 30d73a1 commit ead2d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/application_manager/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ead2d48

Please sign in to comment.