git.delta.rocks / jrsonnet / refs/commits / 18d3b6bb0570

difftreelog

test return vanilla test commands

Лач2020-07-03parent: #68e3a5b.patch.diff
in: master

1 file changed

modifiedMakefilediffbeforeafterboth
1.PHONY: test build build-wasi1.PHONY: test build build-wasi
2jsonnet-cpp:
3 git clone https://github.com/google/jsonnet jsonnet-cpp
4
5.ONESHELL:
6test-examples: jsonnet-cpp
7 export JSONNET_BIN="$(PWD)/target/release/jrsonnet"
8 export EXAMPLES_DIR="$(PWD)/jsonnet-cpp/examples/"
9 cd ./jsonnet-cpp/examples/
10 ./check.sh
11
12.ONESHELL:
13test-tests: jsonnet-cpp
14 export JSONNET_BIN="$(PWD)/target/release/jrsonnet --trace-format=go --thread-stack-size=96"
15 cd ./jsonnet-cpp/test_suite/
16 ./run_tests.sh
17
2test:18test:
3 cargo test19 cargo test