Mercurial > hg > orthanc
comparison UnitTestsSources/UnitTestsMain.cpp @ 890:816dccaeb7cf
Support of kFreeBSD
author | jodogne |
---|---|
date | Mon, 16 Jun 2014 15:39:16 +0200 |
parents | 84513f2ee1f3 |
children | dcb2469f00f4 27d256e0b458 |
comparison
equal
deleted
inserted
replaced
883:50106e80555a | 890:816dccaeb7cf |
---|---|
593 // http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728822#5 | 593 // http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728822#5 |
594 | 594 |
595 #if defined(_WIN32) | 595 #if defined(_WIN32) |
596 ASSERT_EQ(Endianness_Little, Toolbox::DetectEndianness()); | 596 ASSERT_EQ(Endianness_Little, Toolbox::DetectEndianness()); |
597 | 597 |
598 #elif defined(__linux) | 598 #elif defined(__linux) || defined(__FreeBSD_kernel__) |
599 | 599 |
600 #if !defined(__BYTE_ORDER) | 600 #if !defined(__BYTE_ORDER) |
601 # error Support your platform here | 601 # error Support your platform here |
602 #endif | 602 #endif |
603 | 603 |