mirror of
https://github.com/alice-lg/birdwatcher.git
synced 2025-03-09 00:00:05 +01:00
added test target to makefile
This commit is contained in:
parent
90ec5e278a
commit
813b0dcfa8
1 changed files with 7 additions and 0 deletions
7
Makefile
7
Makefile
|
@ -102,7 +102,14 @@ remote_rpm: build_server dist
|
|||
scp $(BUILD_SERVER):$(RPM) $(LOCAL_RPMS)/.
|
||||
|
||||
|
||||
.PHONY: test clean
|
||||
test:
|
||||
go test -v
|
||||
cd endpoints/ && go test -v
|
||||
cd bird/ && go test -v
|
||||
|
||||
clean:
|
||||
rm -f $(PROG)-osx-$(ARCH)
|
||||
rm -f $(PROG)-linux-$(ARCH)
|
||||
rm -rf $(DIST)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue