Mercurial > hg > orthanc
comparison UnitTestsSources/UnitTestsMain.cpp @ 943:3fb427ac3f53 plugins
integration mainline -> plugins
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 25 Jun 2014 11:40:41 +0200 |
parents | dcb2469f00f4 27d256e0b458 |
children | 743a75b14bef |
comparison
equal
deleted
inserted
replaced
939:ac42ca61eee6 | 943:3fb427ac3f53 |
---|---|
620 // http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728822#5 | 620 // http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728822#5 |
621 | 621 |
622 #if defined(_WIN32) | 622 #if defined(_WIN32) |
623 ASSERT_EQ(Endianness_Little, Toolbox::DetectEndianness()); | 623 ASSERT_EQ(Endianness_Little, Toolbox::DetectEndianness()); |
624 | 624 |
625 #elif defined(__APPLE__) | |
626 ASSERT_EQ(Endianness_Little, Toolbox::DetectEndianness()); | |
627 | |
625 #elif defined(__linux) || defined(__FreeBSD_kernel__) | 628 #elif defined(__linux) || defined(__FreeBSD_kernel__) |
626 | 629 |
627 #if !defined(__BYTE_ORDER) | 630 #if !defined(__BYTE_ORDER) |
628 # error Support your platform here | 631 # error Support your platform here |
629 #endif | 632 #endif |