Преглед на файлове

riscv64: disable blocking test on noMMU testing

Waldemar Brodkorb преди 8 месеца
родител
ревизия
2f42127b79
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  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