Enable test command
This commit is contained in:
parent
b9e4c772a2
commit
a4ae555b2b
|
@ -30,13 +30,14 @@ coreutils: \
|
||||||
filesystem/bin/sort \
|
filesystem/bin/sort \
|
||||||
filesystem/bin/tail \
|
filesystem/bin/tail \
|
||||||
filesystem/bin/tee \
|
filesystem/bin/tee \
|
||||||
|
filesystem/bin/test \
|
||||||
filesystem/bin/time \
|
filesystem/bin/time \
|
||||||
filesystem/bin/touch \
|
filesystem/bin/touch \
|
||||||
filesystem/bin/true \
|
filesystem/bin/true \
|
||||||
filesystem/bin/wc \
|
filesystem/bin/wc \
|
||||||
filesystem/bin/which \
|
filesystem/bin/which \
|
||||||
filesystem/bin/yes
|
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
|
filesystem/bin/%: programs/coreutils/Cargo.toml programs/coreutils/src/bin/%.rs $(BUILD)/libstd.rlib
|
||||||
mkdir -p filesystem/bin
|
mkdir -p filesystem/bin
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2648ad46174d69c778b42f09812b86a1ca74cf44
|
Subproject commit 66376514f0b2ba55657b17549a7b02cffc7786af
|
Loading…
Reference in a new issue