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 2807236 [test-suite] [CUDA] Run simple tests with -std=c++14. new 00be0bf [test-suite] [CUDA] Fix names of {cmath,math_h}_reference_output. new 8bf9a9a [CUDA] [test-suite] Add test that assert(false)'s. new 9a90bcb [CUDA] [test-suite] Add <algorithm> test.
The 3 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/CUDA/CMakeLists.txt | 5 +- External/CUDA/algorithm.cu | 64 ++++++++++++++++++++++ ...reference_output => algorithm.reference_output} | 1 + External/CUDA/assert.cu | 18 ++++++ External/CUDA/assert.reference_output | 2 + ...h_h_reference_output => cmath.reference_output} | 1 + ...th_reference_output => math_h.reference_output} | 1 + 7 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 External/CUDA/algorithm.cu copy External/CUDA/{cmath_reference_output => algorithm.reference_output} (56%) create mode 100644 External/CUDA/assert.cu create mode 100644 External/CUDA/assert.reference_output rename External/CUDA/{math_h_reference_output => cmath.reference_output} (56%) rename External/CUDA/{cmath_reference_output => math_h.reference_output} (56%)