aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fixtures/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures/Makefile')
-rw-r--r--tests/fixtures/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fixtures/Makefile b/tests/fixtures/Makefile
new file mode 100644
index 0000000..be5c111
--- /dev/null
+++ b/tests/fixtures/Makefile
@@ -0,0 +1,6 @@
+SHELL := /bin/bash
+
+.PHONY: verify-entity-download
+verify-entity-download: verify-entity-download.sh
+ bash verify-entity-download.sh
+