Skip to content

Commit

Permalink
Merge pull request #276 from frasercrmck/fix-host-lit-skylake
Browse files Browse the repository at this point in the history
[host] Fix LIT tests when CA_HOST_TARGET_CPU is set
  • Loading branch information
frasercrmck authored Jan 3, 2024
2 parents ce8a356 + a20c693 commit 6a4d6b9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions modules/mux/targets/host/test/lit/lit.site.cfg.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,8 @@ lit_config.load_config(config, common_lit_cfg_path)

config.test_exec_root = '@CURRENT_BINARY_DIR@'

config.ca_host_target_cpu = if_enabled(
'@CA_HOST_TARGET_CPU@',
'@CA_HOST_TARGET_CPU@',
None
)
config.ca_host_target_cpu = '@CA_HOST_TARGET_CPU@' or None

config.ca_host_cl_device_name = '@host_CA_HOST_CL_DEVICE_NAME@'

config.ca_host_capabilities = '@host_CAPABILITIES@'
Expand Down

0 comments on commit 6a4d6b9

Please sign in to comment.