2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-19 16:32:15 +00:00
Files
process/test/v2/test_impl.cpp
2022-06-06 01:19:39 +08:00

11 lines
360 B
C++

// Copyright (c) 2021 Klemens D. Morgenstern
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#define BOOST_TEST_IGNORE_SIGCHLD
#define BOOST_TEST_MODULE process_v2_test
#include <boost/test/included/unit_test.hpp>
#include <boost/process/v2/src.hpp>