mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -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
|
||||
|
|
|
|||
1
vendor/Catch2
vendored
Submodule
1
vendor/Catch2
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 41990e0fe6274d716134eecfd4d780e976c8fbf5
|
||||
Loading…
Add table
Add a link
Reference in a new issue