mirror of
https://github.com/Naios/continuable.git
synced 2025-12-08 01:36:46 +08:00
Change the inclusion style of the test header
This commit is contained in:
parent
7a96a2681f
commit
36bd134120
@ -29,8 +29,8 @@ target_include_directories(test-continuable-single
|
||||
${CMAKE_CURRENT_LIST_DIR}/single)
|
||||
|
||||
add_test(
|
||||
NAME test-continuable-single
|
||||
COMMAND continuable-unit-tests-single)
|
||||
NAME continuable-unit-tests-single
|
||||
COMMAND test-continuable-single)
|
||||
|
||||
foreach(STEP RANGE 4)
|
||||
set(PROJECT_NAME test-continuable-multi-${STEP})
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
#include <tuple>
|
||||
|
||||
#include "test-continuable.hpp"
|
||||
#include <test-continuable.hpp>
|
||||
|
||||
namespace std {
|
||||
namespace experimental {
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
SOFTWARE.
|
||||
**/
|
||||
|
||||
#include "test-continuable.hpp"
|
||||
#include <test-continuable.hpp>
|
||||
|
||||
TYPED_TEST(single_dimension_tests, are_chainable) {
|
||||
EXPECT_ASYNC_RESULT(this->supply().then([] {
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
SOFTWARE.
|
||||
**/
|
||||
|
||||
#include "test-continuable.hpp"
|
||||
#include <test-continuable.hpp>
|
||||
|
||||
using namespace cti;
|
||||
using namespace cti::detail;
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
|
||||
#include <continuable/detail/features.hpp>
|
||||
|
||||
#include "test-continuable.hpp"
|
||||
#include <test-continuable.hpp>
|
||||
|
||||
TYPED_TEST(single_dimension_tests, are_completing_errors) {
|
||||
ASSERT_ASYNC_EXCEPTION_COMPLETION(
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
SOFTWARE.
|
||||
**/
|
||||
|
||||
#include "test-continuable.hpp"
|
||||
#include <test-continuable.hpp>
|
||||
|
||||
using namespace cti;
|
||||
using namespace cti::detail;
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
SOFTWARE.
|
||||
**/
|
||||
|
||||
#include "test-continuable.hpp"
|
||||
#include <test-continuable.hpp>
|
||||
|
||||
TYPED_TEST(single_dimension_tests, is_logical_all_connectable) {
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
SOFTWARE.
|
||||
**/
|
||||
|
||||
#include "test-continuable.hpp"
|
||||
#include <test-continuable.hpp>
|
||||
|
||||
TYPED_TEST(single_dimension_tests, is_logical_any_connectable) {
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
SOFTWARE.
|
||||
**/
|
||||
|
||||
#include "test-continuable.hpp"
|
||||
#include <test-continuable.hpp>
|
||||
|
||||
TYPED_TEST(single_dimension_tests, is_logical_seq_connectable) {
|
||||
auto chain = this->supply() >> this->supply();
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
SOFTWARE.
|
||||
**/
|
||||
|
||||
#include "test-continuable.hpp"
|
||||
#include <test-continuable.hpp>
|
||||
|
||||
#ifndef NO_ERASURE_TESTS
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
SOFTWARE.
|
||||
**/
|
||||
|
||||
#include "test-continuable.hpp"
|
||||
#include <test-continuable.hpp>
|
||||
|
||||
#include <functional>
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
#include <continuable/continuable-transforms.hpp>
|
||||
|
||||
#include "test-continuable.hpp"
|
||||
#include <test-continuable.hpp>
|
||||
|
||||
using namespace cti;
|
||||
using namespace cti::detail;
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
#include <continuable/detail/expected.hpp>
|
||||
#include <continuable/detail/types.hpp>
|
||||
|
||||
#include "test-continuable.hpp"
|
||||
#include <test-continuable.hpp>
|
||||
|
||||
using cti::detail::types::error_type;
|
||||
using cti::detail::util::expected;
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
#include <continuable/detail/traits.hpp>
|
||||
#include <continuable/detail/util.hpp>
|
||||
|
||||
#include "test-continuable.hpp"
|
||||
#include <test-continuable.hpp>
|
||||
|
||||
using std::get;
|
||||
using std::make_tuple;
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
|
||||
#include <continuable/continuable-traverse.hpp>
|
||||
|
||||
#include "test-continuable.hpp"
|
||||
#include <test-continuable.hpp>
|
||||
|
||||
using std::get;
|
||||
using std::make_tuple;
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
SOFTWARE.
|
||||
**/
|
||||
|
||||
#include "test-continuable.hpp"
|
||||
#include <test-continuable.hpp>
|
||||
|
||||
#if !defined(CONTINUABLE_WITH_NO_EXCEPTIONS)
|
||||
test_exception get_test_exception_proto() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user