Skip to content

Commit

Permalink
testall rather than alltest and modify travis command line
Browse files Browse the repository at this point in the history
  • Loading branch information
cclerget committed Jul 29, 2018
1 parent a0e79cb commit f21ca23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ install:
- sudo make -C ./builddir install

script:
- make -C ./builddir check
- make -C ./builddir test
- make -C ./builddir testall
3 changes: 3 additions & 0 deletions mlocal/frags/Makefile.stub
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ test:
cd $(SOURCEDIR) && sudo -E `which go` test -count=1 -tags "$(go_TAG)" -cover -race ./...
@echo " PASS"

.PHONY: testall
testall: check test

.PHONY: cscope
cscope:
@printf " CSCOPE\n"
Expand Down

0 comments on commit f21ca23

Please sign in to comment.