diff options
author | Aaron Watry <awatry@gmail.com> | 2012-10-10 18:44:02 -0500 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2012-10-15 20:53:37 +0000 |
commit | 5e8e1337e0d13121bc266ba185ddd1c56f42f186 (patch) | |
tree | ffaadd01737d36f1ac9f69ea53c7c699e7171e95 /tests/all_cl.tests | |
parent | b12c0f3e18371f732d4f5ba18e0000f48248c4e7 (diff) | |
download | piglit-5e8e1337e0d13121bc266ba185ddd1c56f42f186.tar.gz |
cl: Add build test for macro definitions without 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 60da0a5e..1150ef7a 100644 --- a/tests/all_cl.tests +++ b/tests/all_cl.tests @@ -97,6 +97,7 @@ add_plain_program_tester_test(program_build, 'Other data types', 'build/other-d add_plain_program_tester_test(program_build, 'Scalar operators', 'build/scalar-operators.cl') add_plain_program_tester_test(program_build, 'Vector operators', 'build/vector-operators.cl') 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_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 |