Remove duplicated tests from the runtests script.

This commit is contained in:
Lei Zhang
2016-05-04 14:35:16 -04:00
parent e5a807276f
commit 48e296b18c
9 changed files with 9 additions and 362 deletions

View File

@@ -177,15 +177,11 @@ For more information, please check `gtests/` directory's
For the `runtests` script, it will generate current results in the
`localResults/` directory and `diff` them against the `baseResults/`.
The integration tests to run via the `runtests` script is registered
via various `Test/test-*` text files and `Test/testlist`.
When you want to update the tracked test results, they need to be
copied from `localResults/` to `baseResults/`. This can be done by
the `bump` shell script.
The list of files tested comes from `testlist`, and lists input shaders
in this directory, which must all be public for this to work. However,
you can add your own private list of tests, not tracked here, by using
You can add your own private list of tests, not tracked publicly, by using
`localtestlist` to list non-tracked tests. This is automatically read
by `runtests` and included in the `diff` and `bump` process.