diff --git a/tests/Makefile b/tests/Makefile index af1fdb84..da7c3f97 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -17,6 +17,11 @@ TESTS = libtest \ # test4 # this test does not seem to work on any platform # asmtest # this test does not seem to work on any platform +# bounds-checking is supported only on i386 +ifneq ($(ARCH),i386) + TESTS := $(filter-out btest,$(TESTS)) +endif + # these should work too # TESTS += test1 test2 speedtest btest weaktest