diff options
author | 2019-09-05 17:18:00 +0000 | |
---|---|---|
committer | 2019-09-05 17:18:00 +0000 | |
commit | 77ce224e1b3736f0c0b398b5a5b57ea58ebbaa55 (patch) | |
tree | 2d6fd63387b78c9bdeac0865f54d6f9a99e1876e /src/k8splugin/Makefile | |
parent | ffa9e22fe906c805928d952bb6e60d5ece86f77d (diff) | |
parent | b5431ed7c0f4659269143daedb1651ef9a303a89 (diff) |
Merge "Remove ovn4nfvk8s network plugin"
Diffstat (limited to 'src/k8splugin/Makefile')
-rw-r--r-- | src/k8splugin/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/k8splugin/Makefile b/src/k8splugin/Makefile index 942c3032..7d41158c 100644 --- a/src/k8splugin/Makefile +++ b/src/k8splugin/Makefile @@ -26,7 +26,6 @@ deploy: build .PHONY: test test: clean @go build -buildmode=plugin -o ./mock_files/mock_plugins/mockplugin.so ./mock_files/mock_plugins/mockplugin.go - @go build -buildmode=plugin -o ./mock_files/mock_plugins/mocknetworkplugin.so ./mock_files/mock_plugins/mocknetworkplugin.go @go test -v ./... format: |