Skip to content

Commit

Permalink
add tests for new backend
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Aug 6, 2024
1 parent 1e67c47 commit 1e09e9c
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions turbopack/crates/turbo-tasks-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,22 @@ anyhow = { workspace = true }
async-trait = { workspace = true }
auto-hash-map = { workspace = true }
dashmap = { workspace = true }
indexmap = { workspace = true }
once_cell = { workspace = true }
parking_lot = { workspace = true }
rand = { workspace = true }
regex = { workspace = true }
rustc-hash = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
smallvec = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
turbo-prehash = { workspace = true }
turbo-tasks = { workspace = true }
turbo-tasks-hash = { workspace = true }
turbo-tasks-malloc = { workspace = true, default-features = false }
turbo-tasks-testing = { workspace = true }

[build-dependencies]
turbo-tasks-build = { workspace = true }
1 change: 1 addition & 0 deletions turbopack/crates/turbo-tasks-backend/tests/all_in_one.rs
1 change: 1 addition & 0 deletions turbopack/crates/turbo-tasks-backend/tests/call_types.rs
1 change: 1 addition & 0 deletions turbopack/crates/turbo-tasks-backend/tests/collectibles.rs
1 change: 1 addition & 0 deletions turbopack/crates/turbo-tasks-backend/tests/debug.rs
1 change: 1 addition & 0 deletions turbopack/crates/turbo-tasks-backend/tests/generics.rs
1 change: 1 addition & 0 deletions turbopack/crates/turbo-tasks-backend/tests/recompute.rs
1 change: 1 addition & 0 deletions turbopack/crates/turbo-tasks-backend/tests/scope_stress.rs
1 change: 1 addition & 0 deletions turbopack/crates/turbo-tasks-backend/tests/test_config.trs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
turbo_tasks::TurboTasks::new(turbo_tasks_backend::TurboTasksBackend::new())

0 comments on commit 1e09e9c

Please sign in to comment.