For run of test using bash in makefile

This commit is contained in:
Eric Coissac
2025-02-19 13:58:52 +01:00
parent d3d15acc6c
commit 7e90537379
3 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@ test:
obitests: obitools
for t in $$(find obitests -name test.sh -print) ; do \
$(SHELL) $${t} ; \
bash $${t} ; \
done
man: