Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Makefile: Generate config file for tests as well
Browse files Browse the repository at this point in the history
Without this, make check fails to build.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Samuel Ortiz committed Sep 14, 2017
1 parent 758ee9a commit 019fe2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ generate-config: $(CONFIG)

check: check-go-static check-go-test

check-go-test:
check-go-test: $(GENERATED_FILES)
$(QUIET_TEST).ci/go-test.sh

check-go-static:
Expand Down

0 comments on commit 019fe2f

Please # to comment.