mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-26 07:16:10 +01:00
Initial support for native IBM i ILE C++ (#976)
* - Initial support for native IBM i ILE C++ Signed-off-by: zeromem <zeromem2@gmail.com>
This commit is contained in:
parent
c5dfa73d56
commit
d3377c791d
@ -89,6 +89,10 @@
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __OS400__
|
||||||
|
# define CATCH_INTERNAL_CONFIG_NO_POSIX_SIGNALS
|
||||||
|
# define CATCH_CONFIG_COLOUR_NONE
|
||||||
|
#endif
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Cygwin
|
// Cygwin
|
||||||
|
Loading…
Reference in New Issue
Block a user