Skip to content

Commit 69bc11b

Browse files
author
Aaron Meihm
committed
remove external testing reference from Makefile
1 parent c5cf285 commit 69bc11b

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,14 @@ scribecmd:
1313
scribevulnpolicy:
1414
$(GO) install github.com/mozilla/scribe/scribevulnpolicy
1515

16-
runtests: scribetests gotests
16+
runtests: gotests
1717

1818
gotests:
1919
$(GO) test -v -covermode=count -coverprofile=coverage.out github.com/mozilla/scribe
2020

2121
showcoverage: gotests
2222
$(GO) tool cover -html=coverage.out
2323

24-
scribetests: $(PROJS)
25-
cd test && SCRIBECMD=$$(which scribecmd) $(MAKE) runtests
26-
2724
lint:
2825
$(GOLINT) $(PROJECT)
2926

@@ -41,4 +38,4 @@ clean:
4138
rm -f bin/*
4239
cd test && $(MAKE) clean
4340

44-
.PHONY: $(PROJS) runtests gotests showcoverage scribetests lint vet clean
41+
.PHONY: $(PROJS) runtests gotests showcoverage lint vet clean

0 commit comments

Comments
 (0)