diff options
Diffstat (limited to 'test/silly')
-rw-r--r-- | test/silly/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/silly/Makefile.in b/test/silly/Makefile.in index 4f35368bf..c47734414 100644 --- a/test/silly/Makefile.in +++ b/test/silly/Makefile.in @@ -4,6 +4,10 @@ RET_hello := 42 RET_tiny := 42 +ifeq ($(TARGET_ARCH),ia64) +TESTS_DISABLED += tst-atomic tst-atomic-long +endif + ifeq ($(TARGET_ARCH),mips) TESTS_DISABLED += tst-atomic tst-atomic-long endif |