diff options
Diffstat (limited to 'test/inet/Makefile.in')
-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 |