File tree Expand file tree Collapse file tree
crates/integration-tests/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ pub static PARAMETERIZED_INTEGRATION_TESTS: [ParameterizedIntegrationTest];
7878macro_rules! integration_test {
7979 ( $fn_name: ident) => {
8080 :: paste:: paste! {
81- #[ distributed_slice( $crate:: INTEGRATION_TESTS ) ]
81+ #[ linkme :: distributed_slice( $crate:: INTEGRATION_TESTS ) ]
8282 static [ <$fn_name: upper>] : $crate:: IntegrationTest =
8383 $crate:: IntegrationTest :: new( stringify!( $fn_name) , $fn_name) ;
8484 }
@@ -103,7 +103,7 @@ macro_rules! integration_test {
103103macro_rules! parameterized_integration_test {
104104 ( $fn_name: ident) => {
105105 :: paste:: paste! {
106- #[ distributed_slice( $crate:: PARAMETERIZED_INTEGRATION_TESTS ) ]
106+ #[ linkme :: distributed_slice( $crate:: PARAMETERIZED_INTEGRATION_TESTS ) ]
107107 static [ <$fn_name: upper>] : $crate:: ParameterizedIntegrationTest =
108108 $crate:: ParameterizedIntegrationTest :: new( stringify!( $fn_name) , $fn_name) ;
109109 }
Original file line number Diff line number Diff line change 88
99use color_eyre:: Result ;
1010use integration_tests:: integration_test;
11- use linkme:: distributed_slice;
1211
1312use regex:: Regex ;
1413use std:: process:: Command ;
Original file line number Diff line number Diff line change 77
88use color_eyre:: Result ;
99use integration_tests:: integration_test;
10- use linkme:: distributed_slice;
1110
1211use std:: process:: Command ;
1312
Original file line number Diff line number Diff line change 99
1010use color_eyre:: Result ;
1111use integration_tests:: integration_test;
12- use linkme:: distributed_slice;
1312
1413use std:: process:: Command ;
1514
Original file line number Diff line number Diff line change 1717use camino:: Utf8Path ;
1818use color_eyre:: Result ;
1919use integration_tests:: integration_test;
20- use linkme:: distributed_slice;
2120
2221use std:: fs;
2322use tempfile:: TempDir ;
Original file line number Diff line number Diff line change 1616
1717use color_eyre:: Result ;
1818use integration_tests:: integration_test;
19- use linkme:: distributed_slice;
2019
2120use std:: process:: Command ;
2221use tracing:: debug;
Original file line number Diff line number Diff line change 1717use camino:: Utf8PathBuf ;
1818use color_eyre:: Result ;
1919use integration_tests:: integration_test;
20- use linkme:: distributed_slice;
2120
2221use std:: process:: Command ;
2322use tempfile:: TempDir ;
You can’t perform that action at this time.
0 commit comments