diff options
author | bart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2011-03-05 10:11:35 +0000 |
---|---|---|
committer | bart <bart@a5019735-40e9-0310-863c-91ae7b9d1cf9> | 2011-03-05 10:11:35 +0000 |
commit | de486f7b64f21820aaddd2d5b067e12fb6f56107 (patch) | |
tree | 2837af567d562cee44de35a6d591839ff88aef92 /none | |
parent | 3664059cc45b995cff27f50fe96768d1c32893eb (diff) |
Skip test programs that do not build on Darwin.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11586 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'none')
-rw-r--r-- | none/tests/x86/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/none/tests/x86/Makefile.am b/none/tests/x86/Makefile.am index 5d72f2ea..1b8aad5c 100644 --- a/none/tests/x86/Makefile.am +++ b/none/tests/x86/Makefile.am @@ -74,8 +74,6 @@ check_PROGRAMS = \ bug152818-x86 \ cmpxchg8b \ cpuid \ - cse_fail \ - faultstatus \ fcmovnu \ fpu_lazy_eflags \ fxtract \ @@ -99,6 +97,9 @@ endif if BUILD_LZCNT_TESTS check_PROGRAMS += lzcnt32 endif +if !VGCONF_OS_IS_DARWIN + check_PROGRAMS += cse_fail faultstatus +endif AM_CFLAGS += @FLAG_M32@ $(FLAG_MMMX) $(FLAG_MSSE) |