# Run all the tests present in this folder
.PHONY: test
test:
	$(MAKE) -C jsonschema test

.PHONY: clean
clean:
	nothing to clean for now
