feat undef REQUIRE,CHECK,CHECK_EQ
Some checks failed
linux-arm-gcc / linux-gcc-arm (push) Failing after 1m39s
linux-arm-gcc / linux-gcc-armhf (push) Failing after 1m40s
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Successful in 1m44s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (push) Failing after 3m4s
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Successful in 1m53s
linux-x64-gcc / linux-gcc (Release) (push) Successful in 1m45s
linux-x64-gcc / linux-gcc (Debug) (push) Successful in 1m45s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (pull_request) Failing after 2m39s
linux-arm-gcc / linux-gcc-armhf (pull_request) Failing after 1m41s
linux-mips64-gcc / linux-gcc-mips64el (Debug) (pull_request) Successful in 1m43s
linux-mips64-gcc / linux-gcc-mips64el (Release) (pull_request) Successful in 1m49s
linux-arm-gcc / linux-gcc-arm (pull_request) Failing after 3m30s
linux-x64-gcc / linux-gcc (Release) (pull_request) Successful in 1m18s
linux-x64-gcc / linux-gcc (Debug) (pull_request) Failing after 11m57s

This commit is contained in:
tqcq 2024-04-02 10:47:18 +08:00
parent ab3798a93e
commit a24f566828

View File

@ -57,6 +57,22 @@
#define DOCTEST_TOSTR_IMPL(x) #x
#define DOCTEST_TOSTR(x) DOCTEST_TOSTR_IMPL(x)
#ifdef REQUIRE
#undef REQUIRE
#endif
#ifdef CHECK
#undef CHECK
#endif
#ifdef CHECK_EQ
#undef CHECK_EQ
#endif
#ifdef CHECK_NE
#undef CHECK_NE
#endif
#define DOCTEST_VERSION_STR \
DOCTEST_TOSTR(DOCTEST_VERSION_MAJOR) "." \
DOCTEST_TOSTR(DOCTEST_VERSION_MINOR) "." \