This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository test-suite.
from d671bed [test-suite] Simplify test executable name generation. new e9d024c [test-suite] Added CMake files for external CUDA tests.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: External/CMakeLists.txt | 1 + External/CUDA/CMakeLists.txt | 275 +++++++++++++++++++++ External/CUDA/README | 55 +++++ External/CUDA/axpy.cu | 37 +++ External/CUDA/axpy.reference_output | 5 + External/CUDA/empty.cu | 1 + .../empty.reference_output} | 0 cmake/modules/TestFile.cmake | 2 + 8 files changed, 376 insertions(+) create mode 100644 External/CUDA/CMakeLists.txt create mode 100644 External/CUDA/README create mode 100644 External/CUDA/axpy.cu create mode 100644 External/CUDA/axpy.reference_output create mode 100644 External/CUDA/empty.cu copy External/{skidmarks10/skidmarks.reference_output => CUDA/empty.reference_outp [...]