mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-10-02 14:19:27 +00:00
Rename host tests to make sure they are not ran on CI
This commit is contained in:
parent
df035592ed
commit
e3484a3f8c
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ fn join(
|
|||
pub fn test_cuda(_attr: TokenStream, item: TokenStream) -> TokenStream {
|
||||
let fn_ = parse_macro_input!(item as syn::ItemFn);
|
||||
let cuda_fn = format_ident!("{}{}", fn_.sig.ident, "_nvidia");
|
||||
let zluda_fn = format_ident!("{}{}", fn_.sig.ident, "_amdgpu");
|
||||
let zluda_fn = format_ident!("{}{}", fn_.sig.ident, "_zluda");
|
||||
let fn_name = fn_.sig.ident.clone();
|
||||
quote! {
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue