From f60251f3b415552fb914f7980bdc677897d9153b Mon Sep 17 00:00:00 2001 From: mordax Date: Tue, 9 Oct 2018 20:25:30 -0400 Subject: Add extra documentation for running compiler tests on Windows --- docs/contributing.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/contributing.rst') diff --git a/docs/contributing.rst b/docs/contributing.rst index 361570a0..32696520 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -82,6 +82,11 @@ To run a basic set of tests that neither require ``aleth`` nor ``libz3``, run ``./scripts/soltest.sh --no-ipc --no-smt``. This script will run ``build/test/soltest`` internally. +.. note :: + + Those working in a Windows environment wanting to run the above basic sets without aleth or libz3 in Git Bash, you would have to do: ``./build/test/RelWithDebInfo/soltest.exe -- --no-ipc --no-smt``. + If you're running this in plain Command Prompt, use ``.\build\test\RelWithDebInfo\soltest.exe -- --no-ipc --no-smt``. + The option ``--no-smt`` disables the tests that require ``libz3`` and ``--no-ipc`` disables those that require ``aleth``. -- cgit v1.2.3