From a4ae555b2b1d5ad69e83f8c2287034e58d195781 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 9 Mar 2017 20:37:13 -0700 Subject: [PATCH] Enable test command --- mk/userspace/coreutils.mk | 3 ++- programs/coreutils | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mk/userspace/coreutils.mk b/mk/userspace/coreutils.mk index 117644c..672df07 100644 --- a/mk/userspace/coreutils.mk +++ b/mk/userspace/coreutils.mk @@ -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 diff --git a/programs/coreutils b/programs/coreutils index 2648ad4..6637651 160000 --- a/programs/coreutils +++ b/programs/coreutils @@ -1 +1 @@ -Subproject commit 2648ad46174d69c778b42f09812b86a1ca74cf44 +Subproject commit 66376514f0b2ba55657b17549a7b02cffc7786af