Blame simple-opencl-no-clang/runtest.sh

3636846
set -ex
3636846
3636846
# Make sure clang is not installed.  We want to ensure this program runs even
3636846
# without clang.
3636846
if dnf list installed | grep '^clang\.'; then
3636846
  exit 1
3636846
fi
3636846
3636846
gcc -lOpenCL -DCL_USE_DEPRECATED_OPENCL_1_2_APIS -o pocl-test pocl-test.c
3636846
3636846
./pocl-test