From: Joel Martin Date: Wed, 30 Jan 2019 17:56:01 +0000 (-0600) Subject: Makefile: mention TEST_OPTS in help. X-Git-Url: http://git.hcoop.net/jackhill/mal.git/commitdiff_plain/e47a5ec437728287c2eef0fce04c16fd0ed8d1a0 Makefile: mention TEST_OPTS in help. --- diff --git a/Makefile b/Makefile index 52cf142e..31da504b 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ all help: @echo 'make MAL_IMPL=IMPL "test^mal..." # use IMPL for self-host tests' @echo 'make REGRESS=1 "test..." # test with previous step tests too' @echo 'make DOCKERIZE=1 ... # to dockerize above rules/targets' + @echo 'make TEST_OPTS="--opt ..." # options to pass to runtest.py' @echo @echo 'Other:' @echo