diff options
Diffstat (limited to 'tools/slang-test')
| -rw-r--r-- | tools/slang-test/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/slang-test/README.md b/tools/slang-test/README.md index 95ed497ba..f4418311d 100644 --- a/tools/slang-test/README.md +++ b/tools/slang-test/README.md @@ -9,13 +9,15 @@ Most command line options are prefixed by - for both switches and parameter opti An example command line: ``` -slang-test -bindir "E:\slang\bin\windows-x64\Debug\\" -category full tests/compute/array-param +slang-test -bindir E:\slang\bin\windows-x64\Debug\\ -category full tests/compute/array-param ``` * The -bindir value means that the tools slang-test will use the binaries found in this directory. * The -category full means that all tests can be run. * The final 'free parameter' is 'tests/compute/array-param' and means only tests starting with this string will run. +It may also be necessary to have the working directory the root directory of the slang distribution - in the example about this would be "E:\slang\". + ## Test Categories There are the following test categories |
