summaryrefslogtreecommitdiffstats
path: root/test cases/cuda/6 std/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/cuda/6 std/meson.build')
-rw-r--r--test cases/cuda/6 std/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/cuda/6 std/meson.build b/test cases/cuda/6 std/meson.build
new file mode 100644
index 0000000..69a6868
--- /dev/null
+++ b/test cases/cuda/6 std/meson.build
@@ -0,0 +1,4 @@
+project('C++ std', 'cuda', version : '1.0.0', default_options : ['cuda_std=c++14'])
+
+exe = executable('prog', 'main.cu')
+test('cudatest', exe)