summaryrefslogtreecommitdiff
path: root/utests/compiler_preprocessor_macros.cpp
blob: 3cd027212f23d8047cbb8187d991f78db3cd5f23 (plain)
1
2
3
4
5
6
7
8
9
#include "utest_helper.hpp"

void compiler_preprocessor_macros(void)
{
  OCL_CREATE_KERNEL("compiler_preprocessor_macros");
}

MAKE_UTEST_FROM_FUNCTION(compiler_preprocessor_macros);