Changes to be committed:

modified:   Makefile
	modified:   obitests/obitools/obicount/test.sh
This commit is contained in:
Eric Coissac
2025-02-19 14:28:49 +01:00
parent 7e90537379
commit 443a9b3ce3
2 changed files with 34 additions and 14 deletions

View File

@ -64,10 +64,8 @@ update-deps:
test:
$(GOTEST) ./...
obitests: obitools
for t in $$(find obitests -name test.sh -print) ; do \
bash $${t} ; \
done
obitests:
@find obitests -name test.sh -exec bash {} \;
man:
make -C doc man