From f22bfe6a55dc6b52ab5c6de46e12b81926f5c227 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 2 Jul 2012 02:49:12 +0200 Subject: [PATCH] Set the tests for hurd similar to linux --- ctest.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ctest.c b/ctest.c index 9fc0b0c40..d12e7be99 100644 --- a/ctest.c +++ b/ctest.c @@ -70,6 +70,11 @@ OS_CYGWIN_NT OS_INTERIX #endif +#if defined(__gnu_hurd__) +/* Hurd is very similar to GNU/Linux, it should work out of the box */ +OS_LINUX +#endif + #if defined(__i386) || defined(_X86) ARCH_X86 #endif