cmocka: Add VS2015 support
authorJoseph Ates <joseph.ates@msasafety.com>
Sat, 23 Jan 2016 10:14:04 +0000 (05:14 -0500)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 10 Feb 2016 12:25:20 +0000 (13:25 +0100)
commitc35d3edecac0b5e5884f9e26ba9cf73753279ea3
tree78556040913336b52db01f7e5ebca035982223bf
parentf8bba4b3a519147de59a2a7c3dc6262549e7e2bb
cmocka: Add VS2015 support

Visual Studio now includes support for vsnprintf and snprintf but does
so as an inline functions. check_symbol_exists is used to check for
its existence within stdio. [3] All tests are passing when run from
within the IDE or via NMake. Command line builds via msbuild seem to
error for the first few example tests.

Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
CMakeLists.txt
ConfigureChecks.cmake