Skip to content

Commit

Permalink
Enable test command
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Mar 10, 2017
1 parent b9e4c77 commit a4ae555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mk/userspace/coreutils.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion programs/coreutils
Submodule coreutils updated 1 files
+3 −4 Cargo.toml

0 comments on commit a4ae555

Please sign in to comment.