mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
simplify defining suites
This commit is contained in:
parent
f8cffb798c
commit
dd87f7da1e
4 changed files with 34 additions and 31 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue