mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Playing with CMake...
This commit is contained in:
@@ -6,12 +6,14 @@
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#if !defined CATCH_CONFIG_MAIN
|
||||
#if defined ENABLE_CATCH
|
||||
|
||||
|
||||
#include "Tests.h"
|
||||
|
||||
#define CATCH_CONFIG_RUNNER
|
||||
#include "Catch.hpp"
|
||||
#include "catch.hpp"
|
||||
|
||||
static int inputs[] = {
|
||||
CoolProp::DmolarT_INPUTS,
|
||||
@@ -214,7 +216,9 @@
|
||||
session.useConfigData(config);
|
||||
session.run();
|
||||
#else
|
||||
return 0;
|
||||
|
||||
#endif
|
||||
}
|
||||
#endif //!defined CATCH_CONFIG_MAIN
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user