From ff8898df3c78324b2d8945c855a9d2e0034f5525 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 20 Feb 2015 13:38:53 -0800 Subject: 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 Reviewed-by: Jordan Justen --- tests/cl.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/cl.py') 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')) -- cgit v1.2.3