Chris Hennes
c622221c70
Test: Support system GTest, and give warning if no submodule ( #13662 )
2024-06-03 10:40:35 -05:00
wmayer
4263ab1937
C++: replace deprecated vsprintf and sprintf
...
With future C++ compilers the methods vsprintf and sprintf are declared as deprecated due to security issues.
They are replaced with the secure counterpart of the fmt library
Fixes the compiler warnings -Wdeprecated-declarations
2024-04-03 10:04:56 +02:00
Chris Hennes
9e9e0f7593
Formatting: Apply pre-commit to tests/src
2023-04-06 08:07:53 +02:00
wmayer
6d6199ca3e
Tests: add some more fmt tests
2023-03-31 19:37:26 +02:00
berniev
8c76b4b321
Finish #8879 and remove the unwanted files
2023-03-16 03:48:59 +01:00
berniev
c444fe823b
Remove original proof of concept test files as some fail, and that won't work too well with future possible CI
2023-03-14 16:00:13 +01:00
berniev
8c6735b79a
test fmt library is basically working
2023-03-02 11:08:23 +01:00
berniev
1848f57908
Improve unit testing directory structure
...
Separate Qt tests and gtest tests
Add a basic shadow of the project structure
Add a few simple tests to demonstrate usage
2023-01-30 07:15:09 -07:00