mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Added catch2 submodule for cpp testing
This commit is contained in:
parent
1abb728b4f
commit
a28a175261
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -13,3 +13,6 @@
|
|||
[submodule "vendor/fmt"]
|
||||
path = vendor/fmt
|
||||
url = https://github.com/fmtlib/fmt.git
|
||||
[submodule "vendor/Catch2"]
|
||||
path = vendor/Catch2
|
||||
url = git@github.com:catchorg/Catch2.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue