1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-01 08:04:46 +02:00

Initial support for native IBM i ILE C++ ()

* - Initial support for native IBM i ILE C++

Signed-off-by: zeromem <zeromem2@gmail.com>
This commit is contained in:
Anton Vorobyev 2017-07-31 11:47:42 +03:00 committed by Martin Hořeňovský
parent 2212cdfe26
commit eab56d6656

@ -61,6 +61,10 @@
#endif
#ifdef __OS400__
# define CATCH_INTERNAL_CONFIG_NO_POSIX_SIGNALS
# define CATCH_CONFIG_COLOUR_NONE
#endif
////////////////////////////////////////////////////////////////////////////////
// Cygwin