mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-10 22:04:57 -05:00
Added crossplatform_shared_ptr to allow shared_ptr cleanly on all architectures without needing variable namespace definition
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
/**
|
||||
This file includes some testing functions that will get built
|
||||
This file includes some testing functions that will get built
|
||||
into the program. Otherwise CTest can be used by removing this file from
|
||||
the build to avoid double declaration of the main function and
|
||||
Catch clashing
|
||||
*/
|
||||
#include "Tests.h"
|
||||
|
||||
#if defined ENABLE_CATCH
|
||||
#if defined ENABLE_CATCH
|
||||
#define CATCH_CONFIG_RUNNER
|
||||
#include "catch.hpp"
|
||||
|
||||
|
||||
static Catch::Session session; // There must be exactly one instance
|
||||
|
||||
#endif // ENABLE_CATCH
|
||||
|
||||
Reference in New Issue
Block a user