Suite of VMEC++ C++ tests that require large test files which we prefer not to include in the standalone VMEC++ repo.
In order to run these tests, clone them inside the VMEC++ repo:
# skip if you have vmecpp already cloned
git clone [email protected]:proximafusion/vmecpp
cd vmecpp/src/vmecpp/cpp
git clone [email protected]:proximafusion/vmecpp_large_cpp_tests
# build and run all tests
bazel test --config=opt //vmecpp/... //vmecpp_large_cpp_tests/...