summaryrefslogtreecommitdiffstats
path: root/test cases/cuda/1 simple/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/cuda/1 simple/meson.build')
-rw-r--r--test cases/cuda/1 simple/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/cuda/1 simple/meson.build b/test cases/cuda/1 simple/meson.build
new file mode 100644
index 0000000..4f111d1
--- /dev/null
+++ b/test cases/cuda/1 simple/meson.build
@@ -0,0 +1,4 @@
+project('simple', 'cuda', version : '1.0.0')
+
+exe = executable('prog', 'prog.cu')
+test('cudatest', exe)