summaryrefslogtreecommitdiff
path: root/utests/compiler_function_qualifiers.cpp
diff options
context:
space:
mode:
authorHomer Hsing <homer.xing@intel.com>2012-11-22 08:56:02 +0800
committerZhigang Gong <zhigang.gong@linux.intel.com>2013-03-29 18:41:33 +0800
commit1feaa74424a2db42fc88349d1595e6c65a171901 (patch)
treee87b2f53728c69dedb9a8e2ab04d70647d638680 /utests/compiler_function_qualifiers.cpp
parent995ddeba7b8c55aa09424349cbee759bcecf5a5d (diff)
downloadbeignet-1feaa74424a2db42fc88349d1595e6c65a171901.tar.gz
test case for OpenCL 1.1 function qualifiers
Diffstat (limited to 'utests/compiler_function_qualifiers.cpp')
-rw-r--r--utests/compiler_function_qualifiers.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/utests/compiler_function_qualifiers.cpp b/utests/compiler_function_qualifiers.cpp
new file mode 100644
index 00000000..55ddd84b
--- /dev/null
+++ b/utests/compiler_function_qualifiers.cpp
@@ -0,0 +1,10 @@
+#include "utest_helper.hpp"
+
+void compiler_function_qualifiers(void)
+{
+ OCL_CREATE_KERNEL("compiler_function_qualifiers");
+}
+
+MAKE_UTEST_FROM_FUNCTION(compiler_function_qualifiers);
+
+