diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 8c89dd0..51b6b1c 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -3,6 +3,7 @@ #~ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) import testing ; +import cast ; project preprocessor_tests : requirements on gcc-4.3.0:all @@ -250,10 +251,10 @@ alias preprocessor_config alias test_clang_cuda : - [ compile clang_cuda.cu - : --cuda-gpu-arch=sm_20 - -nocudalib - --no-cuda-version-check + [ compile [ cast _ cpp : clang_cuda.cu ] + : -nocudalib + -nocudainc + "-x cuda" : clang_cuda_cu ] ;