aboutsummaryrefslogtreecommitdiff
path: root/tests/all_cl.tests
diff options
context:
space:
mode:
authorAaron Watry <awatry@gmail.com>2012-10-10 18:44:03 -0500
committerTom Stellard <thomas.stellard@amd.com>2012-10-15 20:53:38 +0000
commitdbeec5605eddc42f774711efc0710cfd01dd0712 (patch)
treee559cb497cbd49464f75526a7bea968ee9f2bbdc /tests/all_cl.tests
parent5e8e1337e0d13121bc266ba185ddd1c56f42f186 (diff)
cl: Add build test for macro definitions with values specified
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
Diffstat (limited to 'tests/all_cl.tests')
-rw-r--r--tests/all_cl.tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all_cl.tests b/tests/all_cl.tests
index 1150ef7a..84a1d1b3 100644
--- a/tests/all_cl.tests
+++ b/tests/all_cl.tests
@@ -98,6 +98,7 @@ add_plain_program_tester_test(program_build, 'Scalar operators', 'build/scalar-
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, 'Macro definitions with values', 'build/macro-definitions-with-values.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