all: tests

tests:
	cd doc && cargo test
	cd java && cargo test
	cd js && cargo test
	cd json && cargo test
	cd python && cargo test
	cd rust && cargo test
