diff options
author | Spartan322 <Megacake1234@gmail.com> | 2024-06-15 15:40:31 +0200 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2024-06-22 13:57:49 +0200 |
commit | 1a694a8b26a441b12547057d6e0be61a111cced3 (patch) | |
tree | 51ca6d5948e92be37b9ee6674cb96801d2cd03f8 /.gitmodules | |
parent | 8b623bf4087aa360842ad31145d4ab6946cee9aa (diff) |
Add unit testsadd/unit-testing
Make github action tests run explicit
Fix dropping annotation list for Errors
Fix potential empty get_errors crashes
Fix incorrect csv error behavior
Add use_sep for `LineObject` and `std::vector<LineObject>`
Remove constexpr of load_from_buffer and load_from_string for parsers
Add snitch-org/snitch@d6632123cc8d13bdbc5cd60fd6741b9e0f635e82
Make versioned submodules ignore dirty
Add tests/bin/* to gitignore
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0b7febe..d4c2c55 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,6 +11,12 @@ [submodule "deps/fmt"] path = deps/fmt url = https://github.com/fmtlib/fmt + ignore = dirty [submodule "deps/range-v3"] path = deps/range-v3 url = https://github.com/ericniebler/range-v3 + ignore = dirty +[submodule "tests/deps/snitch"] + path = tests/deps/snitch + url = https://github.com/snitch-org/snitch + ignore = dirty |