-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to use Catch2 and new pugixml.
- Loading branch information
1 parent
6bc65a5
commit bd4be95
Showing
10 changed files
with
69 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[submodule "externals/Catch"] | ||
path = externals/Catch | ||
url = https://github.com/philsquared/Catch.git | ||
[submodule "pugixml"] | ||
path = externals/pugixml | ||
url = https://github.com/zeux/pugixml.git | ||
[submodule "externals/CMakeUtils"] | ||
path = externals/CMakeUtils | ||
url = https://github.com/PerMalmberg/CMakeUtils.git | ||
[submodule "externals/Catch2"] | ||
path = externals/Catch2 | ||
url = [email protected]:catchorg/Catch2.git |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file | ||
|
||
#include "Catch/include/catch.hpp" | ||
#include <catch2/catch.hpp> |
Submodule Catch
deleted from
92b141
Submodule pugixml
updated
78 files