Refactor ArffFiles library as a git submodule only for tests

This commit is contained in:
2024-05-21 11:50:19 +00:00
parent 22b742f068
commit 0341bd5648
10 changed files with 31 additions and 330 deletions

3
.gitmodules vendored
View File

@@ -18,3 +18,6 @@
url = https://github.com/catchorg/Catch2.git
main = main
update = merge
[submodule "tests/lib/Files"]
path = tests/lib/Files
url = https://github.com/rmontanana/ArffFiles