Browse Source

Set the tests for hurd similar to linux

tags/v0.2.2^2
Sylvestre Ledru 13 years ago
parent
commit
f22bfe6a55
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      ctest.c

+ 5
- 0
ctest.c View File

@@ -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


Loading…
Cancel
Save