aboutsummaryrefslogtreecommitdiff
path: root/tests/all_cl.tests
diff options
context:
space:
mode:
authorAaron Watry <awatry@gmail.com>2013-03-11 18:27:43 -0500
committerAaron Watry <awatry@gmail.com>2013-03-12 08:24:45 -0500
commitd7c7073f3e66d5a9607475e96ed52daaa01f0fdc (patch)
tree8e599a6850a5642a6ac22189aae35b6039e27836 /tests/all_cl.tests
parentb7184ad66af06f1f56857ee79982e347cd553eb8 (diff)
Plug the built-in test generator to the CL test list [v2]
v2: - Generate tests in the generated_tests directory tree at compile time
Diffstat (limited to 'tests/all_cl.tests')
-rw-r--r--tests/all_cl.tests5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/all_cl.tests b/tests/all_cl.tests
index 267f9699..8cefa431 100644
--- a/tests/all_cl.tests
+++ b/tests/all_cl.tests
@@ -104,3 +104,8 @@ program["Execute"] = program_execute
add_program_test_dir(program_build, 'tests/cl/program/build')
add_program_test_dir(program_build_fail, 'tests/cl/program/build/fail')
add_program_test_dir(program_execute, 'tests/cl/program/execute')
+
+#Run generated built-in tests
+program_execute_builtin = Group()
+program["Execute"]["Builtin"] = program_execute_builtin
+add_program_test_dir(program_execute_builtin, 'generated_tests/cl/builtin/int') \ No newline at end of file