working commit

This commit is contained in:
2026-06-10 18:17:54 +02:00
parent 9d5d9e0607
commit f127de4e3a
10 changed files with 678 additions and 46 deletions
+6
View File
@@ -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/