From bcd9b11cb3aa5db644b209e641a24a2f102ecccb Mon Sep 17 00:00:00 2001 From: Лач Date: Sat, 06 Jun 2020 08:02:21 +0000 Subject: [PATCH] tests: add makefile to simplify official test suite usage --- --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +jsonnet-cpp: + git clone https://github.com/google/jsonnet jsonnet-cpp + +.ONESHELL: +test-examples: jsonnet-cpp + cargo build --release + export JSONNET_BIN="$(PWD)/target/release/jsonnet" + export EXAMPLES_DIR="$(PWD)/jsonnet-cpp/examples/" + cd ./jsonnet-cpp/examples/ + ./check.sh -- gitstuff