Try adding failure case message to makefile test
This commit is contained in:
parent
c30244a4e4
commit
77b743f0e1
4
makefile
4
makefile
@ -23,4 +23,6 @@ build: build-deps
|
|||||||
.ONESHELL:
|
.ONESHELL:
|
||||||
test: build
|
test: build
|
||||||
eval $(opam env)
|
eval $(opam env)
|
||||||
dune build @ligo-test
|
if [ ! dune build @ligo-test ]
|
||||||
|
then echo "If you get a error message that dune can't be found/isn't in your path, run 'eval $(opam env)' and this command will work.";
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user