14 #include <gtest/gtest.h> 15 #include "../../include/ecl/config/char_sign.hpp" 24 TEST(TypeTests,fundamentals) {
27 std::cout <<
"Char is signed." << std::endl;
29 std::cout <<
"Char is unsigned." << std::endl;
39 int main(
int argc,
char **argv) {
40 std::cout <<
"CHAR_MIN" << CHAR_MIN << std::endl;
41 testing::InitGoogleTest(&argc,argv);
42 return RUN_ALL_TESTS();
TEST(TypeTests, fundamentals)
int main(int argc, char **argv)
bool is_char_signed()
Determines if your platform char type is signed or otherwise.