From 20dcf90fd02511f8d78ea7cc8ac82c121fd2f6cf Mon Sep 17 00:00:00 2001 From: fis Date: Sat, 26 May 2018 22:56:29 +0800 Subject: [PATCH 1/2] * CMakeLists.txt: Remove catch.hpp. --- CMakeLists.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6603c7f..eba147b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,11 +2,9 @@ cmake_minimum_required(VERSION 2.8) project(fifo_map LANGUAGES CXX) -add_executable(unit - src/fifo_map.hpp test/thirdparty/catch/catch.hpp test/unit.cpp -) +add_executable(unit src/fifo_map.hpp test/unit.cpp) -target_include_directories(unit PRIVATE "test" "src" "test/thirdparty") +target_include_directories(unit PRIVATE "test" "src") if(MSVC) set(CMAKE_CXX_FLAGS -- 2.14.3 ko-scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/linux-container.scm
AgeCommit message (Expand)Author
2016-11-10container: Pass a list of <file-system> objects as things to mount....Ludovic Courtès
2016-10-19container: Allow 'container-excursion' to the same namespaces....Ludovic Courtès
2016-05-31container: Gracefully report mount errors in the child process....Ludovic Courtès
2016-05-31container: Gracefully handle failure to set up user namespaces....Ludovic Courtès
2016-01-23build: container: Make 'unprivileged-user-namespace-supported?' more robust....Mark H Weaver
2015-11-03build: container: Add feature test predicates....David Thompson
2015-10-28container: Remove unnecessary CLONE_CHILD_* flags....Ludovic Courtès
2015-10-10build: container: Fix call-with-clean-exit....David Thompson
2015-09-07build: container: Use the same clone flags as fork(3)....David Thompson
2015-09-07build: container: Setup /dev/console....David Thompson
2015-08-08build: container: Add #:host-uids argument to call-with-container....David Thompson
2015-07-09gnu: build: Add Linux container module....David Thompson