Skip to content

Commit 1097401

Browse files
authored
fix: re-enable tests on cdylib crates (microsoft#39)
1 parent f291dea commit 1097401

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

general/echo/kmdf/driver/DriverSync/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ publish.workspace = true
1010

1111
[lib]
1212
crate-type = ["cdylib"]
13-
# Tests from root driver crates must be excluded since there's no way to prevent linker args from being passed to their unit tests: https://github.com/rust-lang/cargo/issues/12663
14-
test = false
1513

1614
[dependencies]
1715
paste.workspace = true

tools/dv/kmdf/fail_driver_pool_leak/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ license.workspace = true
1111

1212
[lib]
1313
crate-type = ["cdylib"]
14-
# Tests from root driver crates must be excluded since there's no way to prevent linker args from being passed to their unit tests: https://github.com/rust-lang/cargo/issues/12663
15-
test = false
1614

1715
[dependencies]
1816
wdk.workspace = true

0 commit comments

Comments
 (0)