CMake/test
Brad King f94ae0ecda KWIML: Make test_INT robust to #define-d int#_t and INT#_C
Our TEST* macro calls pass arguments such as "int64_t" with the
expectation that the preprocessing token will be used literally.
Some platforms #define int64_t as "long long" which is not a valid
preprocessing token.  Perform preprocessor symbol concatenation
on the type names at the first level of macro evaluation to avoid
expanding the names.
2012-03-09 15:26:26 -05:00
..
CMakeLists.txt KWIML: Test header inclusion after system headers 2011-11-17 08:57:26 -05:00
test.c KWIML: Test header inclusion after system headers 2011-11-17 08:57:26 -05:00
test.cxx KWIML: The Kitware Information Macro Library 2011-06-27 14:04:32 -04:00
test.h KWIML: Avoid redefining _CRT_SECURE_NO_DEPRECATE in test.h 2011-11-12 08:00:13 -05:00
test_ABI_C.c KWIML: The Kitware Information Macro Library 2011-06-27 14:04:32 -04:00
test_ABI_CXX.cxx KWIML: The Kitware Information Macro Library 2011-06-27 14:04:32 -04:00
test_ABI_endian.h.in KWIML: The Kitware Information Macro Library 2011-06-27 14:04:32 -04:00
test_INT_C.c KWIML: The Kitware Information Macro Library 2011-06-27 14:04:32 -04:00
test_INT_CXX.cxx KWIML: The Kitware Information Macro Library 2011-06-27 14:04:32 -04:00
test_INT_format.h.in KWIML: Make test_INT robust to #define-d int#_t and INT#_C 2012-03-09 15:26:26 -05:00
test_include_C.c KWIML: Test header inclusion after system headers 2011-11-17 08:57:26 -05:00
test_include_CXX.cxx KWIML: Avoid MSVC linker warning about not using C++ runtime 2011-11-21 11:02:26 -05:00