working commit
This commit is contained in:
@@ -30,6 +30,11 @@ format:
|
||||
(echo "====$$dir===="; cd $$dir && $(GO) fmt .); \
|
||||
done
|
||||
|
||||
.PHONY: test
|
||||
|
||||
test:
|
||||
cd pkg/client && $(GO) test -v .
|
||||
|
||||
clean-local:
|
||||
$(FIND) $(CWD) -name '*~' | $(XARGS) rm -f
|
||||
rm -rf autom4te.cache
|
||||
|
||||
Reference in New Issue
Block a user