Skip to content

Commit

Permalink
Fix collections test setup (#4640)
Browse files Browse the repository at this point in the history
These are in the wrong location and are not currently being run.
  • Loading branch information
robertbastian committed Feb 29, 2024
1 parent 83cd580 commit ab8a088
Show file tree
Hide file tree
Showing 63 changed files with 274 additions and 429 deletions.
8 changes: 4 additions & 4 deletions components/collections/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ serde_json = "1.0"
icu_benchmark_macros = { path = "../../tools/benchmark/macros" }
iai = "0.1.1"
icu = { path = "../../components/icu", default-features = false }
icu_properties = { path = "../../components/properties", default-features = false }
icu_properties = { path = "../../components/properties" }

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
criterion = "0.4"
Expand All @@ -57,15 +57,15 @@ denylist = ["bench"]
[[bench]]
name = "codepointtrie"
harness = false
path = "src/codepointtrie/benches/codepointtrie.rs"
path = "benches/codepointtrie.rs"

[[bench]]
name = "iai_cpt"
harness = false
required-features = ["bench"]
path = "src/codepointtrie/benches/iai_cpt.rs"
path = "benches/iai_cpt.rs"

[[bench]]
name = "inv_list"
harness = false
path = "src/codepointinvlist/benches/inv_list.rs"
path = "benches/inv_list.rs"
File renamed without changes.
File renamed without changes.
File renamed without changes.
46 changes: 0 additions & 46 deletions components/collections/src/char16trie/LICENSE

This file was deleted.

40 changes: 0 additions & 40 deletions components/collections/src/char16trie/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions components/collections/src/char16trie/tests/test_util.rs

This file was deleted.

46 changes: 0 additions & 46 deletions components/collections/src/codepointinvlist/LICENSE

This file was deleted.

49 changes: 0 additions & 49 deletions components/collections/src/codepointinvlist/README.md

This file was deleted.

46 changes: 0 additions & 46 deletions components/collections/src/codepointtrie/LICENSE

This file was deleted.

32 changes: 0 additions & 32 deletions components/collections/src/codepointtrie/README.md

This file was deleted.

67 changes: 0 additions & 67 deletions components/collections/src/codepointtrie/tests/planes_test.rs

This file was deleted.

Loading

0 comments on commit ab8a088

Please sign in to comment.