Set the tests for hurd similar to linux
This commit is contained in:
parent
551f478477
commit
f22bfe6a55
5
ctest.c
5
ctest.c
|
@ -70,6 +70,11 @@ OS_CYGWIN_NT
|
||||||
OS_INTERIX
|
OS_INTERIX
|
||||||
#endif
|
#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)
|
#if defined(__i386) || defined(_X86)
|
||||||
ARCH_X86
|
ARCH_X86
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue