From cd698603c9da8425b3d7580551b29ba535cc755d Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sat, 28 Mar 2026 06:12:32 +0700 Subject: [PATCH] Update paths for install-tests --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3361676211..135c5c9da4 100644 --- a/Makefile +++ b/Makefile @@ -91,8 +91,8 @@ install-libs: headers libs install-tests: tests $(MAKE) -C tests - mkdir -p "$(DESTDIR)/bin/relibc-tests" - cp -vr tests/bins_static/* "$(DESTDIR)/bin/relibc-tests/" + mkdir -p "$(DESTDIR)/relibc-tests" + cp -vr tests/build_$(TARGET)/* "$(DESTDIR)/relibc-tests/" install: install-headers install-libs