summaryrefslogtreecommitdiff
path: root/tests/cl.py
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2015-02-20 13:38:53 -0800
committerDylan Baker <baker.dylan.c@gmail.com>2015-02-23 15:47:10 -0800
commitff8898df3c78324b2d8945c855a9d2e0034f5525 (patch)
tree2601a4c1560805f36b63d414aadee0b9048eff4e /tests/cl.py
parenta5712c7d52b4708b7f7b32c71ffc062425c0d7be (diff)
cl tests: move non-generated tests out of the generated tests dir
It really doesn't make sense to have static tests in the generated tests directory, this patch adds them to the tests directory and adds the appropriate code to cl.py for this change Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'tests/cl.py')
-rw-r--r--tests/cl.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cl.py b/tests/cl.py
index 06301afa6..bc7c63f77 100644
--- a/tests/cl.py
+++ b/tests/cl.py
@@ -167,3 +167,5 @@ program_execute_store = {}
program["Execute"]["Store"] = program_execute_store
add_program_test_dir(program_execute_store,
os.path.join(GENERATED_TESTS_DIR, 'cl', 'store'))
+add_program_test_dir(program_execute_store,
+ os.path.join(TESTS_DIR, 'cl', 'store'))