mirror of
https://github.com/boostorg/process.git
synced 2026-01-19 04:22:15 +00:00
9 lines
314 B
C++
9 lines
314 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/unit_test.hpp>
|