Changes to be committed:

modified:   .github/workflows/obitest.yml
	modified:   Makefile
	modified:   obitests/obitools/obicount/test.sh
This commit is contained in:
Eric Coissac
2025-02-19 14:37:05 +01:00
parent aed22c12a6
commit 48138b605c
3 changed files with 4 additions and 5 deletions

View File

@ -16,4 +16,4 @@ jobs:
- name: Checkout obitools4 project
uses: actions/checkout@v4
- name: Run tests
run: make obitests
run: make githubtests

View File

@ -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:

View File

@ -50,9 +50,6 @@ log "Testing $TEST_NAME..."
log "Test directory is $TEST_DIR"
log "obitools directory is $OBITOOLS_DIR"
log "Temporary directory is $TMPDIR"
log "PATH variable is $PATH"
log "$(which obicount)"
######################################################################
####