From 8207fd5f81ddd3d649eb5fb99e5dfa02a14d22ab Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sat, 10 May 2014 19:06:36 +0000 Subject: [PATCH] sh: Add new tests to the Makefile. --- bin/sh/tests/builtins/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/sh/tests/builtins/Makefile b/bin/sh/tests/builtins/Makefile index c0b21dc6072..054a3b8fde7 100644 --- a/bin/sh/tests/builtins/Makefile +++ b/bin/sh/tests/builtins/Makefile @@ -83,6 +83,8 @@ FILES+= getopts2.0 getopts2.0.stdout FILES+= getopts3.0 FILES+= getopts4.0 FILES+= getopts5.0 +FILES+= getopts6.0 +FILES+= getopts7.0 FILES+= hash1.0 hash1.0.stdout FILES+= hash2.0 hash2.0.stdout FILES+= hash3.0 hash3.0.stdout