git.delta.rocks / jrsonnet / refs/commits / bcd9b11cb3aa

difftreelog

tests: add makefile to simplify official test suite usage

Лач2020-06-06parent: #96d9345.patch.diff
in: master

1 file changed

addedMakefilediffbeforeafterboth
after · Makefile
1jsonnet-cpp:2	git clone https://github.com/google/jsonnet jsonnet-cpp34.ONESHELL:5test-examples: jsonnet-cpp6	cargo build --release7	export JSONNET_BIN="$(PWD)/target/release/jsonnet"8	export EXAMPLES_DIR="$(PWD)/jsonnet-cpp/examples/"9	cd ./jsonnet-cpp/examples/10	./check.sh