From 621479eec199277aa834eeeb20e249a3570fe669 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sat, 24 Jun 2023 09:09:40 +0200 Subject: Remove integration tests; Update docs --- source/test/integration/fetch_content/CMakeLists.txt | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 source/test/integration/fetch_content/CMakeLists.txt (limited to 'source/test/integration/fetch_content/CMakeLists.txt') diff --git a/source/test/integration/fetch_content/CMakeLists.txt b/source/test/integration/fetch_content/CMakeLists.txt deleted file mode 100644 index efa83d0..0000000 --- a/source/test/integration/fetch_content/CMakeLists.txt +++ /dev/null @@ -1,19 +0,0 @@ -cmake_minimum_required(VERSION 3.16) -set(NAME kit-integration-fetch-content) -project(${NAME} C) - -include(FetchContent) -FetchContent_Declare( - kit - GIT_REPOSITORY https://github.com/automainint/kit.git - GIT_TAG dev) -set(KIT_ENABLE_TESTING OFF) -FetchContent_MakeAvailable(kit) - -add_executable(${NAME}) -target_sources(${NAME} PRIVATE main.c) -target_link_libraries(${NAME} PRIVATE kit::kit) - -enable_testing() -add_test(NAME ${NAME}-run COMMAND ${NAME}) -set_tests_properties(${NAME}-run PROPERTIES TIMEOUT "15") -- cgit v1.2.3