| 22 | #include "clSPARSE-version.h" |
| 23 | |
| 24 | TEST( clSparseTraits, cl_mem_type ) |
| 25 | { |
| 26 | bool is_fundamental = is_pointer_fundamental<cl_mem>::value; |
| 27 | ASSERT_EQ( false, is_fundamental ); |
| 28 | } |
| 29 | |
| 30 | TEST( clSparseTraits, non_cl_mem_type ) |
| 31 | { |
nothing calls this directly
no test coverage detected