From 538a6c94e045cc60bf931bd986dfcf6e1f3df4d6 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 10 Jul 2025 15:16:42 +0200 Subject: add tests --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3