summaryrefslogtreecommitdiff
path: root/utests/compiler_math_constants.cpp
diff options
context:
space:
mode:
authorHomer Hsing <homer.xing@intel.com>2012-11-20 10:49:10 +0800
committerZhigang Gong <zhigang.gong@linux.intel.com>2013-03-29 18:41:32 +0800
commitd69faef593fc266883f4a55bf9ed3de110b50b0f (patch)
tree3afb570b2eac5998235b54d01675c4cac0ad0b65 /utests/compiler_math_constants.cpp
parent460b8163bf05af2360d9eaa1ad3d74df17be3159 (diff)
downloadbeignet-d69faef593fc266883f4a55bf9ed3de110b50b0f.tar.gz
Test case for OpenCL 1.1 math constants
Diffstat (limited to 'utests/compiler_math_constants.cpp')
-rw-r--r--utests/compiler_math_constants.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/utests/compiler_math_constants.cpp b/utests/compiler_math_constants.cpp
new file mode 100644
index 00000000..5ec97c93
--- /dev/null
+++ b/utests/compiler_math_constants.cpp
@@ -0,0 +1,9 @@
+#include "utest_helper.hpp"
+
+void compiler_math_constants(void)
+{
+ OCL_CREATE_KERNEL("compiler_math_constants");
+}
+
+MAKE_UTEST_FROM_FUNCTION(compiler_math_constants);
+