diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-11-24 15:14:59 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-11-24 15:14:59 +0100 |
commit | c90d5670abcf3fb984d5114ef3478129bff58fec (patch) | |
tree | fe35e4123cf25ae6a146bbf01f099ed72568b02e /tests/fixtures/Makefile | |
parent | 621f50e685d9beeb1fe502a133e76fbd5a8a9c5c (diff) | |
download | fuzzycat-c90d5670abcf3fb984d5114ef3478129bff58fec.tar.gz fuzzycat-c90d5670abcf3fb984d5114ef3478129bff58fec.zip |
update README
Diffstat (limited to 'tests/fixtures/Makefile')
-rw-r--r-- | tests/fixtures/Makefile | 6 |
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 + |