Skip to content

Commit

Permalink
[chore] add mdatagen-test makefile target (open-telemetry#9280)
Browse files Browse the repository at this point in the history
This is copied verbatim from the contrib repo.

Signed-off-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
Alex Boten committed Jan 17, 2024
1 parent d3a319a commit 8356857
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -470,3 +470,9 @@ chlog-update: $(CHLOGGEN)
.PHONY: builder-integration-test
builder-integration-test: $(ENVSUBST)
cd ./cmd/builder && ./test/test.sh

.PHONY: mdatagen-test
mdatagen-test:
cd cmd/mdatagen && $(GOCMD) install .
cd cmd/mdatagen && $(GOCMD) generate ./...
cd cmd/mdatagen && $(GOCMD) test ./...

0 comments on commit 8356857

Please sign in to comment.