Skip to content

Commit

Permalink
Revert jobs service test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed May 3, 2024
1 parent 4c9c41d commit 510d644
Show file tree
Hide file tree
Showing 4 changed files with 339 additions and 457 deletions.
17 changes: 0 additions & 17 deletions servicetests/tests/JobsExecution/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ project(job-execution CXX)

file(GLOB SRC_FILES
"*.cpp"
"*.h"
"../../../samples/utils/CommandLineUtils.cpp"
"../../../samples/utils/CommandLineUtils.h"
)
Expand All @@ -26,20 +25,4 @@ find_package(IotJobs-cpp REQUIRED)

install(TARGETS ${PROJECT_NAME} DESTINATION bin)

if (UNIX AND NOT APPLE)
include(GNUInstallDirs)
elseif(NOT DEFINED CMAKE_INSTALL_LIBDIR)
set(CMAKE_INSTALL_LIBDIR "lib")

if (${CMAKE_INSTALL_LIBDIR} STREQUAL "lib64")
set(FIND_LIBRARY_USE_LIB64_PATHS true)
endif()
endif()

list(APPEND CMAKE_MODULE_PATH "${CMAKE_PREFIX_PATH}/${CMAKE_INSTALL_LIBDIR}/cmake")

include(AwsSanitizers)
enable_language(C)
aws_add_sanitizers(${PROJECT_NAME})

target_link_libraries(${PROJECT_NAME} PRIVATE AWS::aws-crt-cpp AWS::IotJobs-cpp)
Loading

0 comments on commit 510d644

Please sign in to comment.