summaryrefslogtreecommitdiff
path: root/tests/cl/program/execute/sizeof.cl
AgeCommit message (Collapse)AuthorFilesLines
2012-09-05cl: Add OpenCL testsBlaž Tomažič1-0/+118
All of the tests are located in tests/cl. Each type of tests are located in their own subfolders. Custom tests in custom folder, API in api and Program in program. Program folder has special tests that are run by program-tester.c which parses .cl or .program_test tests. This type of tests test program building and kernel execution. These tests are located in program/build and program/execute. Signed-off-by: Blaž Tomažič <blaz.tomazic@gmail.com>