bofdahof
62415907ee
current src path no longer required
2025-02-22 20:48:30 -06:00
Chris Hennes
11fa271eb5
Test: Support system GTest, and give warning if no submodule ( #13662 )
2024-06-03 10:40:35 -05:00
wmayer
0b08ea3368
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
e04bf47d8d
Formatting: Apply pre-commit to tests/src
2023-04-06 08:07:53 +02:00
wmayer
498bdd5d6e
Tests: add some more fmt tests
2023-03-31 19:37:26 +02:00
berniev
138688d25e
Finish #8879 and remove the unwanted files
2023-03-16 03:48:59 +01:00
berniev
de373436cd
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
b062b22b09
test fmt library is basically working
2023-03-02 11:08:23 +01:00
berniev
9a05a04dad
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