utests: Add basic arithmetic test case
authorRuiling Song <ruiling.song@intel.com>
Wed, 26 Jun 2013 07:52:13 +0000 (15:52 +0800)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Wed, 26 Jun 2013 08:24:58 +0000 (16:24 +0800)
commit0162069da450345c9c411b8cc9b68820d3b9ae25
tree76252a777bd77c844ed4724308a629635548dab4
parent8ea11c7c5dc5d86bc063a6d4f71bb3467de7f3cc
utests: Add basic arithmetic test case

test case for + - * / % of data type (u)int8/16/32
remove duplicated cases.

Signed-off-by: Ruiling Song <ruiling.song@intel.com>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
kernels/compiler_basic_arithmetic.cl [new file with mode: 0644]
kernels/compiler_sub_bytes.cl [deleted file]
kernels/compiler_sub_shorts.cl [deleted file]
utests/CMakeLists.txt
utests/compiler_basic_arithmetic.cpp [new file with mode: 0644]
utests/compiler_sub_bytes.cpp [deleted file]
utests/compiler_sub_shorts.cpp [deleted file]