Skip to content

Commit 703b705

Browse files
committed
Testing app & scenarios
Change-Id: Ic44b178ff5dec5fc5a0dd98031ec9bfe5e6a9e5a
1 parent fc64af2 commit 703b705

File tree

18 files changed

+1545
-12
lines changed

18 files changed

+1545
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ members = [
1313
"feo-tracing",
1414
"logd",
1515
"perfetto-model",
16+
"tests/rust/feo_tests/test_agent",
17+
"tests/rust/feo_tests",
1618
]
1719
resolver = "2"
1820

@@ -23,6 +25,7 @@ async-stream = "0.3.6"
2325
bytes = "1.10.1"
2426
cc = "1.2.34"
2527
console = "0.16.0"
28+
clap = { version = "4.5.50", features = ["derive"] }
2629
env_logger = "0.11.8"
2730
feo = { path = "feo", default-features = false }
2831
feo-com = { path = "feo-com" }
@@ -41,7 +44,7 @@ indicatif-log-bridge = "0.2.3"
4144
libc = "1.0.0-alpha.1"
4245
log = { version = "0.4.27" }
4346
mio = { version = "1.0.4", features = ["net", "os-poll"] }
44-
nix = { version = "0.30.1", features = ["fs", "mman"] }
47+
nix = { version = "0.30.1", features = ["fs", "mman", "signal"] }
4548
perfetto-model = { path = "perfetto-model" }
4649
postcard = "1.1.3"
4750
prost = "0.14.1"
@@ -65,6 +68,7 @@ tracing = { version = "0.1.41", features = [
6568
"attributes",
6669
], default-features = false }
6770
tracing-subscriber = { version = "0.3.19", default-features = false }
71+
ipc-channel = "0.20.2"
6872
[profile.profiling]
6973
inherits = "release"
7074
debug = true

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ git_override(
3333
bazel_dep(name = "score_crates", version = "1.0.0")
3434
git_override(
3535
module_name = "score_crates",
36-
commit = "0748fc81379faf33dcb5616e7f0f4c17bce79372",
36+
commit = "7b960f4bdd36626b514e0c428419b8581e04c4f6",
3737
remote = "https://github.com/eclipse-score/score-crates.git",
3838
)
3939

0 commit comments

Comments
 (0)