mirror of
https://github.com/vtil-project/VTIL-Core
synced 2026-08-17 08:23:03 -04:00
7 lines
No EOL
209 B
C++
7 lines
No EOL
209 B
C++
#if defined(__linux__)
|
|
// on some glibc toolchains SIGSTKSZ is not a constant expression...
|
|
#define DOCTEST_CONFIG_NO_POSIX_SIGNALS
|
|
#endif
|
|
|
|
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
|
|
#include "doctest.h" |