Merge pull request #6558 from jschear/js/move_cli_testing_examples

Move cli_testing_examples under crates/cli/tests
This commit is contained in:
Richard Feldman 2024-03-08 09:43:59 -05:00 committed by GitHub
commit c217456f05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 36 additions and 37 deletions

View file

@ -300,7 +300,7 @@ pub fn build_zig_host_wasm32(
"c",
"-target",
"wasm32-wasi",
// "-femit-llvm-ir=/home/folkertdev/roc/roc/crates/cli_testing_examples/benchmarks/platform/host.ll",
// "-femit-llvm-ir=/home/folkertdev/roc/roc/crates/cli/tests/benchmarks/platform/host.ll",
"-fPIC",
"-fstrip",
]);
@ -1241,7 +1241,7 @@ fn link_wasm32(
"ReleaseSmall",
"-rdynamic",
// useful for debugging
// "-femit-llvm-ir=/home/folkertdev/roc/roc/crates/cli_testing_examples/benchmarks/platform/host.ll",
// "-femit-llvm-ir=/home/folkertdev/roc/roc/crates/cli/tests/benchmarks/platform/host.ll",
])
.spawn()?;