summaryrefslogtreecommitdiff
path: root/test/other_tools/utils/curl_usage.test.cpp
AgeCommit message (Collapse)Author
2024-10-08Name local variables using lower_caseMaksim Denisov
...and private members using lower_case_
2024-04-08test: Add missing includes and fix depsPaul Cristian Sarbu
2023-03-15catch2: bump to version 3.3.2Alberto Sartori
tests have been updated accordingly
2023-02-17structure cleanup: move libcurl utilities to other_tools...Paul Cristian Sarbu
...in order to not include unwanted dependencies in just proper. As the whole other_tools folder is meant to be excluded from bootstrapping, also remove the bootstrap guards.