diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-29 14:39:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-29 14:39:10 +0200 |
commit | 2f42127b79ffb8403ffc747e9408effaf619d9b6 (patch) | |
tree | eb150b06c36a9fc5cdf0e76d0bf51cd65fe19e08 | |
parent | 6d44beee86ad4633cee5d2ad3283a794fe864501 (diff) |
riscv64: disable blocking test on noMMU testing
-rw-r--r-- | test/inet/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/inet/Makefile.in b/test/inet/Makefile.in index a79b3d3..ecf0a94 100644 --- a/test/inet/Makefile.in +++ b/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 |