Enable test command
This commit is contained in:
parent
b9e4c772a2
commit
a4ae555b2b
2 changed files with 3 additions and 2 deletions
|
@ -30,13 +30,14 @@ coreutils: \
|
|||
filesystem/bin/sort \
|
||||
filesystem/bin/tail \
|
||||
filesystem/bin/tee \
|
||||
filesystem/bin/test \
|
||||
filesystem/bin/time \
|
||||
filesystem/bin/touch \
|
||||
filesystem/bin/true \
|
||||
filesystem/bin/wc \
|
||||
filesystem/bin/which \
|
||||
filesystem/bin/yes
|
||||
#filesystem/bin/shutdown filesystem/bin/test
|
||||
#filesystem/bin/shutdown
|
||||
|
||||
filesystem/bin/%: programs/coreutils/Cargo.toml programs/coreutils/src/bin/%.rs $(BUILD)/libstd.rlib
|
||||
mkdir -p filesystem/bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue