Force install of jsonparser before activitypub tests

This commit is contained in:
Marius Orcsik 2018-07-25 12:35:02 +02:00
parent b4baafa9f3
commit 9317dd12c7
No known key found for this signature in database
GPG key ID: 889CE8E4FB2D877A

View file

@ -9,13 +9,13 @@ test:
activitypub.coverprofile: TEST_TARGET := activitypub
activitypub.coverprofile: TEST_FLAGS += -covermode=count -coverprofile=$(TEST_TARGET).coverprofile
activitypub.coverprofile: go get -v -u github.com/buger/jsonparser
activitypub.coverprofile: test
activitypub.coverprofile: TEST_TARGET := jsonld
activitypub.coverprofile: TEST_FLAGS += -covermode=count -coverprofile=$(TEST_TARGET).coverprofile
activitypub.coverprofile: test
clean:
$(RM) -v *.coverprofile