diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-06-24 15:23:08 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-06-24 15:23:08 +0200 |
commit | cace251b73a2902fbdade9e8cd7ae0f52f0e18e1 (patch) | |
tree | 5089537cbe03506f42b04d756564909e22b6ee7d /modules/remote-sycl/tests | |
parent | 86b06a3fee2cd7635a9ab486e2a35bdf1e81ce38 (diff) |
Slowly adding pure data transfer classes
Diffstat (limited to 'modules/remote-sycl/tests')
-rw-r--r-- | modules/remote-sycl/tests/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/remote-sycl/tests/SConscript b/modules/remote-sycl/tests/SConscript index 3a9a2cf..f56f0bd 100644 --- a/modules/remote-sycl/tests/SConscript +++ b/modules/remote-sycl/tests/SConscript @@ -12,7 +12,7 @@ dir_path = Dir('.').abspath # Environment for base library test_cases_env = env.Clone(); -test_cases_env['CXX'] = 'syclcc'; +test_cases_env['CXX'] = 'acpp'; test_cases_env.Append(LIBS=['forstio-test']); |