aboutsummaryrefslogtreecommitdiff
path: root/tests/fs-tests/stress/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fs-tests/stress/Makefile')
-rw-r--r--tests/fs-tests/stress/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/fs-tests/stress/Makefile b/tests/fs-tests/stress/Makefile
deleted file mode 100644
index c24ff3f..0000000
--- a/tests/fs-tests/stress/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-
-SUBDIRS = atoms
-
-all tests: $(SUBDIRS)
-
-clean: $(SUBDIRS)
- rm -rf run_pdf_test_file_*
-
-.PHONY: $(SUBDIRS)
-$(SUBDIRS):
- $(MAKE) -C $@ $(MAKECMDGOALS)