summaryrefslogtreecommitdiffstats
path: root/test cases/cuda/15 sanitizer/meson.build
blob: 367a4e2f82135d07f1e50dfc7df5c21aefc9d593 (plain)
1
2
3
4
project('simple', 'cuda', version : '1.0.0',
        default_options: ['b_sanitize=address,undefined'])

libtests = shared_library('tests', 'prog.cu')