A first trial of a test for obicount

This commit is contained in:
Eric Coissac
2025-02-19 13:17:36 +01:00
parent 4774438644
commit 952f85f312
4 changed files with 127 additions and 2 deletions

View File

@ -63,6 +63,11 @@ update-deps:
test:
$(GOTEST) ./...
obitests:
for t in $$(find obitests -name test.sh -print) ; do \
$(SHELL) $${t} ; \
done
man:
make -C doc man
@ -97,5 +102,5 @@ ifneq ($(strip $(COMMIT_ID)),)
@rm -f $(OUTPUT)
endif
.PHONY: all packages obitools man obibook doc update-deps .FORCE
.PHONY: all packages obitools man obibook doc update-deps obitests .FORCE
.FORCE: