Skip to content

Commit cf42728

Browse files
committed
Feature _internal_test_exports for tests and fuzz
1 parent 4e915cf commit cf42728

21 files changed

+628
-99
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
target
22
chrome-user-data-dir
33
.DS_Store
4-
fuzz
54
tracing*
65
*.svg
76
xamples
87
.vscode
8+
fuzz/corpus
9+
fuzz/artifacts

Cargo.lock

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ edition = "2021"
1313
[features]
1414
default = []
1515
_internal_dont_use_log_stats = []
16+
_internal_test_exports = []
1617

1718
[dependencies]
1819
thiserror = "1.0.38"
@@ -41,6 +42,7 @@ rouille = { version = "3.5.0", features = ["ssl"] }
4142
serde_json = "1.0"
4243
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "std"] }
4344
systemstat = "0.2.2"
45+
_str0m_test = { path = "_str0m_test" } # dummy package that enables "_internal_test_exports"
4446

4547
# This is to ensure MSRV 1.65
4648
# Remove when we move MSRV

0 commit comments

Comments
 (0)