Files
CoolProp/.gitmodules
Julien Marrec c1ed08617e Bump Catch 1 to Catch v3.0.0-preview4 (#2105)
* Bump Catch2 to latest v3.0.0-preview4

Bump Catch2 to latest 2.x: 2.13.8

Rename submodule Catch to Catch2

Add catch2 to ctest

Fix missing ";" in catch tests

Use ctest for catch2: run once with little output, then 2nd time with verbose output for failed tests

Run through CatchTestRunner: TEMP: PICK A STYLE

Update Catch to v3.0.0-preview4

Try to migrate to catch2 v3

Ok it builds and runs, but I'm missing tests

Get all files that have inline tests, now I get same behavior as with catch1

Put back app sources

* Remove the link to coolprop lib since I am now using APP_SOURCES instead of just the specific files with tests
2022-03-31 18:47:00 -04:00

41 lines
1.3 KiB
Plaintext

[submodule "externals/Catch"]
path = externals/Catch2
url = https://github.com/catchorg/Catch2
branch = master
[submodule "externals/Eigen"]
path = externals/Eigen
url = https://github.com/eigenteam/eigen-git-mirror.git
branch = master
[submodule "externals/ExcelAddinInstaller"]
path = externals/ExcelAddinInstaller
url = https://github.com/CoolProp/ExcelAddinInstaller.git
branch = master
[submodule "externals/FindMathematica"]
path = externals/FindMathematica
url = https://github.com/sakra/FindMathematica
branch = master
[submodule "externals/IF97"]
path = externals/IF97
url = https://github.com/CoolProp/IF97
branch = master
[submodule "externals/REFPROP-headers"]
path = externals/REFPROP-headers
url = https://github.com/CoolProp/REFPROP-headers.git
branch = master
[submodule "externals/fmtlib"]
path = externals/fmtlib
url = https://github.com/fmtlib/fmt.git
branch = master
[submodule "externals/msgpack-c"]
path = externals/msgpack-c
url = https://github.com/msgpack/msgpack-c
branch = master
[submodule "externals/pybind11"]
path = externals/pybind11
url = https://github.com/pybind/pybind11.git
branch = master
[submodule "externals/rapidjson"]
path = externals/rapidjson
url = https://github.com/Tencent/rapidjson.git
branch = master