Commit Graph

4 Commits

Author SHA1 Message Date
Gregory Gauthier
5de5884aef test(ci): enable verbose output in CI tests and refactor unit tests
All checks were successful
CMake / build (push) Successful in 47s
- Add `-V` flag to `ctest` in CMake workflow for detailed test output
- Refactor `passwdgen_test.cpp` to use manual assertions and expand test cases for better coverage
- Remove redundant `test_passwdgen.cpp` file with similar but outdated test implementations
2026-03-06 16:37:00 +00:00
Gregory Gauthier
55475c4f6f refactor(structure): reorganize project with src/ and include/ directories
All checks were successful
CMake / build (push) Successful in 47s
Moved source files to src/ and headers to include/.
Updated CMakeLists.txt and include paths accordingly.
Added and updated test files in tests/.
Included generated CMake cache and compiler ID files.
2026-03-06 16:15:21 +00:00
5e75be2028 make tests more syntactically conformant
All checks were successful
CMake / build (push) Successful in 50s
2025-09-05 12:51:09 +01:00
ed0b6ed110 refactor, and add proper tests
All checks were successful
CMake / build (push) Successful in 1m1s
2025-09-05 12:43:46 +01:00