Use unique tmp file to allow parallel printf tests (#213)

Parallel printf tests fail because they use the same file tmp
to capture OpenCL kernel outputs. This patch solves this problem by
using a unique file for each process.
3 files changed
tree: 8c5cbeeb05506e3271c947479fcb4d56f1303da6
  1. test_common/
  2. test_conformance/
  3. test_extensions/
  4. .travis.yml
  5. clean_tests.py
  6. HOW_TO_ADD_TESTS.txt
  7. license.txt
  8. README.md
README.md

OpenCL-CTS Build Status

The OpenCL Conformance Tests