AsyncTcp
This commit is contained in:
hsaturn
2021-04-10 14:03:36 +02:00
parent 3e8d34e4e7
commit 6711f30ad0
6 changed files with 6 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ tests:
$(MAKE) -C $$(dirname $$i) -j; \
done
runtests:
runtests: tests
set -e; \
for i in *-tests/Makefile; do \
echo '==== Running:' $$(dirname $$i); \