This website works better with JavaScript.
Home
Help
Register
Sign In
maze
/
gate
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Tests
master
Wijnand Modderman-Lenstra
1 year ago
parent
ed173a5caa
commit
324b8680e9
1 changed files
with
15 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+15
-0
Makefile
+ 15
- 0
Makefile
View File
@ -0,0 +1,15 @@
test
:
test
-
vet
test
-
lint
test
-
gosec
test-gosec
:
@gosec
\
-exclude-dir
=
cmd/gate-play
\
-exclude-dir
=
pkg/crypto
\
-exclude-dir
=
pkg/text/terminfo
\
-exclude-dir
=
test
\
./...
test-lint
:
@golint ./...
test-vet
:
@go vet ./...
Write
Preview
Loading…
Cancel
Save