mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Changes to be committed:
modified: .github/workflows/obitest.yml modified: Makefile modified: obitests/obitools/obicount/test.sh
This commit is contained in:
4
Makefile
4
Makefile
@ -66,6 +66,8 @@ test:
|
||||
|
||||
obitests:
|
||||
@find obitests -name test.sh -exec bash {} \;
|
||||
|
||||
githubtests: obitools obitests
|
||||
|
||||
man:
|
||||
make -C doc man
|
||||
@ -100,5 +102,5 @@ ifneq ($(strip $(COMMIT_ID)),)
|
||||
@rm -f $(OUTPUT)
|
||||
endif
|
||||
|
||||
.PHONY: all packages obitools man obibook doc update-deps obitests .FORCE
|
||||
.PHONY: all packages obitools man obibook doc update-deps obitests githubtests .FORCE
|
||||
.FORCE:
|
Reference in New Issue
Block a user