소스 검색

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