summaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Add -DHAVE_CONFIG_H to tests/*.cAlan Antonuk2014-04-131-0/+2
| | | | | test_hostcheck includes a file which includes amqp_private.h which needs config.h.
* [openssl] Support wildcard hostname verificationMichael Steinert2014-03-041-0/+5
| | | | Most of this code comes from version Curl 7.35.
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-051-0/+1
|
* CMake: build both static and shared libs in one buildAlan Antonuk2012-11-141-2/+2
|
* Make inttypes.h available when compiling for msvcAlan Antonuk2012-10-021-0/+7
| | | | | | Test programs require inttypes.h which MSVC doesn't supply at any version (stdint.h is supplied at 1600+). Make it available in these situations
* Removed redundant msinttypes inclusion in testsAndrew Kravchuk2012-07-231-5/+0
|
* msinttypes.h is always required on MSVC for testscmake_build_improvementsAlan Antonuk2012-05-241-0/+5
|
* Adding tests/ directory to CMake buildAlan Antonuk2012-05-241-0/+10