simplify defining suites

This commit is contained in:
Dustin J. Mitchell 2022-01-26 00:56:48 +00:00
parent f8cffb798c
commit dd87f7da1e
4 changed files with 34 additions and 31 deletions

View file

@ -7,9 +7,4 @@ macro_rules! suite(
};
);
// keep this list in sync with integration-tests/build.rs and
// integration-tests/src/bindings_tests/mod.rs
suite!(uuid_tests);
suite!(string_tests);
suite!(task_tests);
suite!(replica_tests);
include!(concat!(env!("OUT_DIR"), "/bindings_test_suites.rs"));