From aeb92ee754bb29c79baafda2674a26b9bb0fe3cc Mon Sep 17 00:00:00 2001 From: Thomas Runyon Date: Tue, 29 Jan 2019 13:10:55 -0500 Subject: [PATCH] Source hack/lib/init.sh for running make test-cmd --- build/root/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/root/Makefile b/build/root/Makefile index b464e756381..72dcae6f958 100644 --- a/build/root/Makefile +++ b/build/root/Makefile @@ -291,6 +291,7 @@ test-cmd: @echo "$$TEST_CMD_HELP_INFO" else test-cmd: generated_files + source hack/lib/init.sh hack/make-rules/test-cmd.sh endif