diff options
author | Brian Paul <[email protected]> | 2010-06-04 17:00:48 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-06-04 17:01:24 -0600 |
commit | 4f067ada47bfeef792e5adbed4f3e215b704212a (patch) | |
tree | 907fadd45a5e16e5d9c6df7a2d39bf73fa5deeb8 /src/gallium/drivers/llvmpipe/lp_test.h | |
parent | f0ff214bee64a705d3ef6610e9dc25bc1a46a460 (diff) |
llvmpipe: new -s option to run single test
Put specific test code in the test_single() function and pass -s to
execute that code.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_test.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_test.h b/src/gallium/drivers/llvmpipe/lp_test.h index 338a04a4878..90422e42588 100644 --- a/src/gallium/drivers/llvmpipe/lp_test.h +++ b/src/gallium/drivers/llvmpipe/lp_test.h @@ -66,6 +66,8 @@ write_tsv_header(FILE *fp); boolean test_some(unsigned verbose, FILE *fp, unsigned long n); +boolean +test_single(unsigned verbose, FILE *fp); boolean test_all(unsigned verbose, FILE *fp); |