working commit
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign no-dependencies no-installinfo
|
||||
|
||||
SUBDIRS = test
|
||||
|
||||
SUFFIXES = .go
|
||||
OBJEXT= none
|
||||
|
||||
@@ -125,6 +127,10 @@ run:
|
||||
test -z $(DESTDIR)$(SRV_DATADIR) || $(MKDIR_P) $(DESTDIR)$(SRV_DATADIR)
|
||||
env CGO_ENABLED=1 $(GO) run $(GOFLAGS) ./cmd/mbased/... --daemon=false
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
cd test && $(MAKE) test
|
||||
|
||||
|
||||
distclean-local:
|
||||
rm -rf tmp/
|
||||
|
||||
Reference in New Issue
Block a user