Skip to content

Commit

Permalink
Merge pull request opensearch-project#166 from derekparker/add-bpf-ta…
Browse files Browse the repository at this point in the history
…rget-to-test

*: Add bpf as a dependency for test target
  • Loading branch information
brancz authored Dec 14, 2021
2 parents a8c8e47 + b901e9e commit 357f649
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 @@ -141,7 +141,7 @@ endif

.PHONY: test
ifndef DOCKER
test: $(GO_SRC) $(LIBBPF_HEADERS) $(LIBBPF_OBJ)
test: $(GO_SRC) $(LIBBPF_HEADERS) $(LIBBPF_OBJ) bpf
$(go_env) go test -v $(shell go list ./... | grep -v "pkg/internal/pprof")
else
test: $(DOCKER_BUILDER)
Expand Down

0 comments on commit 357f649

Please sign in to comment.