summaryrefslogtreecommitdiffhomepage
path: root/test/unit/check/cargo_component.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/check/cargo_component.py')
-rw-r--r--test/unit/check/cargo_component.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/unit/check/cargo_component.py b/test/unit/check/cargo_component.py
new file mode 100644
index 00000000..1c194bfc
--- /dev/null
+++ b/test/unit/check/cargo_component.py
@@ -0,0 +1,4 @@
+from unit.applications.lang.wasm_component import ApplicationWasmComponent
+
+def check_cargo_component():
+ return ApplicationWasmComponent.prepare_env('hello_world') is not None