From 52d4e566743f57b9de81c77fdb605c171c02eacb Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 22 Feb 2019 15:19:33 -0600 Subject: combine test directories This fixes #295. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2c8527b5..b02e1c50 100644 --- a/Makefile +++ b/Makefile @@ -33,8 +33,9 @@ ifeq (${MKZSHCOMP},yes) SUBDIR+= zsh-completion endif -# We need to ensure that runlevels is done last +# We need to ensure that runlevels is done last other than test SUBDIR+= runlevels +SUBDIR+= test INSTALLAFTER= _installafter -- cgit v1.2.3