diff options
author | Aaron Watry <awatry@gmail.com> | 2012-10-10 18:44:04 -0500 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2012-10-15 20:53:38 +0000 |
commit | e1f3ac898ed469b1f2224237b7e221d745517f92 (patch) | |
tree | 80b53415092d8e2d55c889d2cc4cab3edc3594a7 /tests/all_cl.tests | |
parent | dbeec5605eddc42f774711efc0710cfd01dd0712 (diff) | |
download | piglit-e1f3ac898ed469b1f2224237b7e221d745517f92.tar.gz |
cl: Add build test for mixed macro definitions.
Include definitions for both specified and unspecified values.
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
Diffstat (limited to 'tests/all_cl.tests')
-rw-r--r-- | tests/all_cl.tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all_cl.tests b/tests/all_cl.tests index 84a1d1b3..68a3c466 100644 --- a/tests/all_cl.tests +++ b/tests/all_cl.tests @@ -99,6 +99,7 @@ add_plain_program_tester_test(program_build, 'Vector operators', 'build/vector- add_plain_program_tester_test(program_build, 'Scalar and vector operators', 'build/scalar-and-vector-operators.cl') add_plain_program_tester_test(program_build, 'Macro Definitions', 'build/macro-definitions.cl') add_plain_program_tester_test(program_build, 'Macro definitions with values', 'build/macro-definitions-with-values.cl') +add_plain_program_tester_test(program_build, 'Mixed macro definitions', 'build/mixed-macro-definitions.cl') add_plain_program_tester_test(program_build_fail, 'Increment operator on float', 'build/fail/increment-float.cl') add_plain_program_tester_test(program_build_fail, 'Add different size vector', 'build/fail/add-different-size-vector.cl') # Execute |