diff --git a/src/tests/catch_test_vdWEOS1.cxx b/src/tests/catch_test_vdWEOS1.cxx new file mode 100644 index 00000000..f7384a87 --- /dev/null +++ b/src/tests/catch_test_vdWEOS1.cxx @@ -0,0 +1,9 @@ +#include +#include +using Catch::Approx; + +#include "teqp/cpp/teqpcpp.hpp" + +TEST_CASE("Simplest case","[vdW1]") { + auto model = teqp::cppinterface::make_model(R"( {"kind": "vdW1", "model": {"a": 1, "b": 2}} )"_json); +}