Merge branch 'tests-install' into 'master'

Update paths for install-tests

See merge request redox-os/relibc!1128
This commit is contained in:
Jeremy Soller
2026-03-28 07:24:14 -06:00
+2 -2
View File
@@ -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