Update to Catch2.
This commit is contained in:
parent
7c973896d7
commit
ab74f8ab3a
8 changed files with 9 additions and 9 deletions
|
@ -10,7 +10,7 @@ set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD 17)
|
|||
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
target_include_directories(${PROJECT_NAME}
|
||||
PRIVATE ${DUCKHANDY_SOURCE_DIR}/lib/Catch/single_include
|
||||
PRIVATE ${DUCKHANDY_SOURCE_DIR}/lib/Catch2/single_include
|
||||
)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* along with "duckhandy". If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "catch.hpp"
|
||||
#include "catch2/catch.hpp"
|
||||
#include "duckhandy/endianness.hpp"
|
||||
#include <endian.h>
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* along with "duckhandy". If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "catch.hpp"
|
||||
#include "catch2/catch.hpp"
|
||||
#include "duckhandy/int_conv.hpp"
|
||||
#include "duckhandy/string_bt.hpp"
|
||||
#include "sprout/cstring/strlen.hpp"
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* along with "duckhandy". If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "catch.hpp"
|
||||
#include "catch2/catch.hpp"
|
||||
#include "duckhandy/lexical_cast.hpp"
|
||||
#include "duckhandy/int_to_string_ary.hpp"
|
||||
#include <cstdint>
|
||||
|
|
|
@ -16,4 +16,4 @@
|
|||
*/
|
||||
|
||||
#define CATCH_CONFIG_MAIN
|
||||
#include "catch.hpp"
|
||||
#include "catch2/catch.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue