1 2 3 4 5 6 7 8 9 10 11
#[path = "sync_test/support_test.rs"] mod support; #[path = "sync_test/diff_test.rs"] mod diff; #[path = "sync_test/hook_test.rs"] mod hook; #[path = "sync_test/remote_test.rs"] mod remote; #[path = "sync_test/worktree_test.rs"] mod worktree;