14 #include <gtest/gtest.h> 15 #include "../../include/ecl/config/endianness.hpp" 24 TEST(TypeTests,fundamentals) {
34 int main(
int argc,
char **argv) {
35 testing::InitGoogleTest(&argc,argv);
36 return RUN_ALL_TESTS();
TEST(TypeTests, fundamentals)
int main(int argc, char **argv)
bool is_big_endian()
Determines if your platform is big endian (at compile time).