Mentions légales du service

Skip to content
Snippets Groups Projects

Engine evolution

Closed PRATS Tommy requested to merge dev/tommy/test_auto into main
All threads resolved!
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -174,9 +174,9 @@ for i, feature in enumerate(feature_list):
global_makefile_str = """SUBDIRS := $(wildcard */)
all:
@for d in $(SUBDIRS); do \
echo "Testing engine version $$d"; \
make -C $$d test; \
@for d in $(SUBDIRS); do \\
echo "Testing engine version $$d"; \\
make -C $$d test || exit 1; \\
done
.PHONY: all
Loading