1
test_dirs:=$(shell find . -maxdepth 1 -mindepth 1 -name ".arch-ids" -prune -o -type d -print)
6
@ for subdir in ${test_dirs}; do \
7
$(MAKE) -C $$subdir check || exit $$?;\
11
@ for subdir in ${test_dirs}; do\
12
$(MAKE) -C $$subdir || exit $$?;\
15
.PHONY: check all build
18
#arch-tag: 0f9bfda9-6831-467e-ba80-bd32e1ea2306