1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Make the busybox test suite actually run

This commit is contained in:
Arcterus 2014-06-19 09:31:47 -07:00
parent e8c12735e8
commit dc958c43d7

View file

@ -196,7 +196,7 @@ busytest:
@false @false
else else
busytest: build/busybox build/.config busytest: build/busybox build/.config
(cd $(BUSYBOX_SRC)/testsuite && bindir=$(SRC_DIR)/build tstdir=$(BUSYBOX_SRC)/testsuite $(BUSYBOX_SRC)/testsuite/runtest $(RUNTEST_ARGS)) (cd $(BUSYBOX_SRC)/testsuite && bindir=$(SRC_DIR)/build ./runtest $(RUNTEST_ARGS))
endif endif
endif endif