Move tests library to tests/lib

Add PBC4cip classifier
This commit is contained in:
2025-01-09 10:04:16 +01:00
parent 5ec59b80ab
commit 9966ba4af8
14 changed files with 49 additions and 211 deletions

7
.gitmodules vendored
View File

@@ -3,8 +3,11 @@
path = lib/json
url = https://github.com/nlohmann/json.git
[submodule "lib/catch2"]
path = lib/catch2
path = tests/lib/catch2
url = https://github.com/catchorg/Catch2.git
[submodule "lib/mdlp"]
path = lib/mdlp
path = tests/lib/mdlp
url = https://github.com/rmontanana/mdlp
[submodule "tests/lib/Files"]
path = tests/lib/Files
url = https://github.com/rmontanana/ArffFiles