#!/bin/bash
set -e

export GOPATH=/usr/share/gocode
go test -v -cpu 1,2,3 github.com/vishvananda/netns/...
