Skip to content

Commit

Permalink
Small additions to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
olabini committed Jun 7, 2017
1 parent 235341e commit bc0f7b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ lint:
done

test:
go test -race -cover -v -tags $(GTK_BUILD_TAG) ./...
go test -cover -v -tags $(GTK_BUILD_TAG) ./...

test-named:
go test -v -tags $(GTK_BUILD_TAG) ./cli ./client ./config ./config/importer ./event ./gui ./i18n ./net ./roster ./sasl ./sasl/digestmd5 ./sasl/plain ./sasl/scram ./servers ./session ./xmpp ./xmpp/data ./xmpp/utils ./ui

clean-gui-test:
$(RM) gui-test/*
Expand Down Expand Up @@ -124,4 +127,3 @@ gen-authors:
rm -rf gui/authors.go
./authors.rb > gui/authors.go
gofmt -w gui/authors.go

0 comments on commit bc0f7b1

Please sign in to comment.