Skip to content

Commit

Permalink
export test feature also
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Nov 28, 2024
1 parent cac2e83 commit d80cb5e
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 3 deletions.
61 changes: 60 additions & 1 deletion Cargo.lock

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

5 changes: 3 additions & 2 deletions tket2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ path = "src/lib.rs"
[features]
# Enables search and replace optimisation passes using the `portmatching` crate.
portmatching = ["dep:portmatching", "dep:rmp-serde"]
# Enables lowering of some extensions to LLVM IR using the `hugr` crate.
hugr_llvm = ["hugr/llvm"]
# Re-export hugr llvm lowering functionality
hugr-llvm = ["hugr/llvm"]
hugr-llvm-test = ["hugr-llvm", "hugr/llvm-test"]

# Stores a trace of the applied rewrites
rewrite-tracing = []
Expand Down

0 comments on commit d80cb5e

Please sign in to comment.