mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 16:56:44 +08:00
move gtest to newly created support directory
This commit is contained in:
parent
16f16847da
commit
cb9cefa4f3
@ -49,7 +49,7 @@ Continuable is a header-only library with one required header-only dependency:
|
||||
erasure wrapper to convert a \ref continuable_base into a \ref continuable.
|
||||
|
||||
Additionally GTest is required as optional dependency for the asynchronous
|
||||
unit testing macros defined in `continuable/continuable-testing.hpp`
|
||||
unit testing macros defined in `continuable/support/gtest.hpp`
|
||||
if those are used:
|
||||
|
||||
- [google/googletest](https://github.com/google/googletest) is used as
|
||||
|
||||
@ -28,8 +28,8 @@
|
||||
SOFTWARE.
|
||||
**/
|
||||
|
||||
#ifndef CONTINUABLE_TESTING_HPP_INCLUDED
|
||||
#define CONTINUABLE_TESTING_HPP_INCLUDED
|
||||
#ifndef CONTINUABLE_GTEST_HPP_INCLUDED
|
||||
#define CONTINUABLE_GTEST_HPP_INCLUDED
|
||||
|
||||
#include <continuable/detail/other/testing.hpp>
|
||||
#include <continuable/detail/utility/traits.hpp>
|
||||
@ -169,4 +169,4 @@
|
||||
|
||||
/// \}
|
||||
|
||||
#endif // CONTINUABLE_TESTING_HPP_INCLUDED
|
||||
#endif // CONTINUABLE_GTEST_HPP_INCLUDED
|
||||
@ -31,8 +31,8 @@
|
||||
#include <functional>
|
||||
|
||||
#include <continuable/continuable-base.hpp>
|
||||
#include <continuable/continuable-testing.hpp>
|
||||
#include <continuable/continuable.hpp>
|
||||
#include <continuable/support/gtest.hpp>
|
||||
#include <string>
|
||||
|
||||
using cti::detail::identity;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user