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:
parent
e8c12735e8
commit
dc958c43d7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue