Skip to content

Commit

Permalink
dev: move incremental fuzzer (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin authored Nov 1, 2023
1 parent 5cdfb8d commit d60c294
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ members = [
"exporter/serde",
"exporter/svg",

"fuzzers/incremental",

"packages/compiler",
"packages/renderer",

Expand All @@ -33,7 +35,6 @@ members = [

"tests/common",
"tests/heap-profile",
"tests/incremental",
"tests/integration",
"tests/std",
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "typst-ts-incremental-test"
name = "typst-ts-incremental-fuzzer"
authors.workspace = true
version.workspace = true
license.workspace = true
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use typst_ts_core::{
stream::BytesModuleStream,
},
};
use typst_ts_incremental_test::mutate;
use typst_ts_incremental_fuzzer::mutate;
use typst_ts_svg_exporter::IncrSvgDocClient;

fn get_driver(
Expand Down

0 comments on commit d60c294

Please sign in to comment.