mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
A first trial of a test for obicount
This commit is contained in:
7
Makefile
7
Makefile
@ -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:
|
Reference in New Issue
Block a user