Add initial unit tests
All checks were successful
Validate the build / validate-build (push) Successful in 26s

This commit is contained in:
2025-04-04 04:07:40 +02:00
parent 1571c52012
commit e291f8fc56
7 changed files with 2646 additions and 0 deletions

6
tests/.clang-format Normal file
View File

@ -0,0 +1,6 @@
BasedOnStyle: LLVM
IndentWidth: 4
Cpp11BracedListStyle: true
AlignArrayOfStructures: Left
AllowShortFunctionsOnASingleLine: Empty
ColumnLimit: 120