Source hack/lib/init.sh for running make test-cmd

This commit is contained in:
Thomas Runyon 2019-01-29 13:10:55 -05:00
parent b308c53d6d
commit aeb92ee754

View File

@ -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