summaryrefslogtreecommitdiffstats
path: root/Tests/FindGnuTLS/Test
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix clang -Wstrict-prototypes warningsBrad King2023-10-261-1/+1
|
* Tests: Bump CMake minimum required version in find-module tests to 3.5Brad King2023-03-081-1/+1
| | | | | CMake 3.27 deprecates compatibility with CMake < 3.5. Update find module tests to avoid the deprecation warning.
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+1
| | | | | Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0.
* FindGnuTLS: add target GnuTLS::GnuTLSDavid Callu2019-09-182-0/+39
Also add a test case for the module.