Skip to content

Commit e00f6dd

Browse files
authored
Merge pull request #64 from dseevr/netctl_login
Changes necessary to support `netctl login`
2 parents 73fe9d8 + 0983cbd commit e00f6dd

File tree

18 files changed

+3300
-499
lines changed

18 files changed

+3300
-499
lines changed

Godeps/Godeps.json

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
.PHONY: all build godep modelgen
2+
.PHONY: all build godep modelgen systemtests
33

44
all: build
55

@@ -11,3 +11,7 @@ godep:
1111

1212
modelgen:
1313
@if [ -z "`which modelgen`" ]; then go get -v github.com/contiv/modelgen; fi
14+
15+
# systemtest runs all of the systemtests
16+
systemtests:
17+
go test -v -timeout 5m ./systemtests -check.v

0 commit comments

Comments
 (0)