summaryrefslogtreecommitdiff
path: root/tests/fs-tests/stress/Makefile
blob: c24ff3f149658b3f3918a0f054c7bb54892c4bf0 (plain)
1
2
3
4
5
6
7
8
9
10
11

SUBDIRS = atoms

all tests: $(SUBDIRS)

clean: $(SUBDIRS)
	rm -rf run_pdf_test_file_*

.PHONY: $(SUBDIRS)
$(SUBDIRS):
	$(MAKE) -C $@ $(MAKECMDGOALS)