mirror of https://github.com/chaos-mesh/chaosd.git
add integration test
Signed-off-by: xiang <xiang13225080@163.com>
This commit is contained in:
parent
15136e24fd
commit
995882c8f5
4
Makefile
4
Makefile
|
|
@ -62,8 +62,8 @@ chaosd:
|
|||
$(CGOENV) go build -ldflags '$(LDFLAGS)' -tags "${BUILD_TAGS}" -o bin/chaosd ./cmd/main.go
|
||||
|
||||
chaos-tools:
|
||||
$(CGOENV) go build -o bin/PortOccupyTool tools/PortOccupyTool.go
|
||||
$(CGOENV) go build -o bin/FileTool tools/file/*.go
|
||||
$(CGOENV) go build -o bin/tools/PortOccupyTool tools/PortOccupyTool.go
|
||||
$(CGOENV) go build -o bin/tools/FileTool tools/file/*.go
|
||||
|
||||
swagger_spec:
|
||||
ifeq ($(SWAGGER),1)
|
||||
|
|
|
|||
Loading…
Reference in New Issue