summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-07-10 15:16:42 +0200
committerMarc Vertes <mvertes@free.fr>2025-07-10 15:16:42 +0200
commit538a6c94e045cc60bf931bd986dfcf6e1f3df4d6 (patch)
treef4d2e60119f9150f8b9fc8b5a90043340167d525 /Makefile
parent2281c4644d9f2b8f3584ec065d2dbd9bff644830 (diff)
add tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 86aab59..5a7cf34 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,10 @@
# test:
#
+test:
+ ./tests
+
test.json:
curl https://httpbin.org/json > test.json
+.PHONY: tests