Skip to content

Commit 9576081

Browse files
committed
Remove smoke test
Signed-off-by: Ryan Levick <[email protected]>
1 parent 30c3009 commit 9576081

File tree

8 files changed

+4
-312
lines changed

8 files changed

+4
-312
lines changed

Cargo.lock

Lines changed: 4 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/factors/Cargo.toml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,5 @@ toml = "0.8"
1515
tracing = { workspace = true }
1616
wasmtime = { workspace = true }
1717

18-
[dev-dependencies]
19-
http = "1.1.0"
20-
http-body-util = "0.1.2"
21-
serde_json = "1.0"
22-
spin-componentize = { path = "../componentize" }
23-
spin-factors-derive = { path = "../factors-derive", features = ["expander"] }
24-
spin-factor-key-value = { path = "../factor-key-value" }
25-
spin-factor-key-value-redis = { path = "../factor-key-value-redis" }
26-
spin-factor-key-value-spin = { path = "../factor-key-value-spin" }
27-
spin-factor-outbound-http = { path = "../factor-outbound-http" }
28-
spin-factor-outbound-networking = { path = "../factor-outbound-networking" }
29-
spin-factor-variables = { path = "../factor-variables" }
30-
spin-factor-wasi = { path = "../factor-wasi" }
31-
spin-loader = { path = "../loader" }
32-
tokio = { version = "1", features = ["macros", "rt", "sync"] }
33-
wasmtime-wasi-http = { workspace = true }
34-
35-
[build-dependencies]
36-
cargo-target-dep = { git = "https://github.com/fermyon/cargo-target-dep", rev = "482f269eceb7b1a7e8fc618bf8c082dd24979cf1" }
37-
3818
[lints]
3919
workspace = true

crates/factors/build.rs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
1-
use std::path::Path;
2-
3-
use cargo_target_dep::build_target_dep;
4-
51
fn main() {
62
println!("cargo:rerun-if-changed=build.rs");
73
// Enable spin-factors-derive to emit expanded macro output.
84
let out_dir = std::env::var("OUT_DIR").unwrap();
95
println!("cargo:rustc-env=SPIN_FACTORS_DERIVE_EXPAND_DIR={out_dir}");
10-
11-
let root = "tests/smoke-app";
12-
build_target_dep(root, Path::new("tests/smoke-app/smoke_app.wasm"))
13-
.release()
14-
.target("wasm32-wasi")
15-
.build();
16-
println!("cargo:rerun-if-changed={root}/Cargo.toml");
17-
println!("cargo:rerun-if-changed={root}/Cargo.lock");
18-
println!("cargo:rerun-if-changed={root}/src");
196
}

crates/factors/tests/smoke-app/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

crates/factors/tests/smoke-app/Cargo.toml

Lines changed: 0 additions & 15 deletions
This file was deleted.

crates/factors/tests/smoke-app/spin.toml

Lines changed: 0 additions & 21 deletions
This file was deleted.

crates/factors/tests/smoke-app/src/lib.rs

Lines changed: 0 additions & 19 deletions
This file was deleted.

crates/factors/tests/smoke.rs

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)