Lay out the structure of nettests

This commit is contained in:
Arturo Filastò
2018-02-13 11:48:46 +02:00
parent 6586166282
commit 7cf5bd2718
8 changed files with 126 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ GO ?= go
build:
@echo "Building ./ooni"
@$(GO) build -o ooni cmd/ooni/main.go
@$(GO) build -i -o ooni cmd/ooni/main.go
.PHONY: build
bindata: