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:
2
.github/workflows/obitest.yml
vendored
2
.github/workflows/obitest.yml
vendored
@ -16,4 +16,4 @@ jobs:
|
|||||||
- name: Checkout obitools4 project
|
- name: Checkout obitools4 project
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: make obitests
|
run: make githubtests
|
||||||
|
4
Makefile
4
Makefile
@ -67,6 +67,8 @@ test:
|
|||||||
obitests:
|
obitests:
|
||||||
@find obitests -name test.sh -exec bash {} \;
|
@find obitests -name test.sh -exec bash {} \;
|
||||||
|
|
||||||
|
githubtests: obitools obitests
|
||||||
|
|
||||||
man:
|
man:
|
||||||
make -C doc man
|
make -C doc man
|
||||||
obibook:
|
obibook:
|
||||||
@ -100,5 +102,5 @@ ifneq ($(strip $(COMMIT_ID)),)
|
|||||||
@rm -f $(OUTPUT)
|
@rm -f $(OUTPUT)
|
||||||
endif
|
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:
|
.FORCE:
|
@ -50,9 +50,6 @@ log "Testing $TEST_NAME..."
|
|||||||
log "Test directory is $TEST_DIR"
|
log "Test directory is $TEST_DIR"
|
||||||
log "obitools directory is $OBITOOLS_DIR"
|
log "obitools directory is $OBITOOLS_DIR"
|
||||||
log "Temporary directory is $TMPDIR"
|
log "Temporary directory is $TMPDIR"
|
||||||
log "PATH variable is $PATH"
|
|
||||||
|
|
||||||
log "$(which obicount)"
|
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
####
|
####
|
||||||
|
Reference in New Issue
Block a user