mtest/Makefile
Vincent Batts 80fe32f52e
just looking at outputs of CBOR for comparison
pulled the serving-crds.yaml for knative, then made a json form of it,
for marshaling to cbor for comparison

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2020-12-03 11:43:21 -05:00

8 lines
74 B
Makefile

default: test
test: $(wildcard *.go) serving-crds.json
go test -v .