Ver código fonte

riscv64: disable blocking test on noMMU testing

Waldemar Brodkorb 8 meses atrás
pai
commit
2f42127b79
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      test/inet/Makefile.in

+ 4 - 0
test/inet/Makefile.in

@@ -1,2 +1,6 @@
 # uClibc-ng inet tests
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+
+ifeq ($(TARGET_ARCH),riscv64)
+TESTS_DISABLED := tst-ifaddrs
+endif