2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-19 04:22:15 +00:00
Files
process/test/v2/test_impl.cpp
Klemens Morgenstern 36954338d8 remove test_impl lib
2024-10-30 08:09:28 +08:00

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>