Skip to content

Commit

Permalink
Remove test_priority_scheduler
Browse files Browse the repository at this point in the history
It's useless as a test.

Signed-off-by: Klimenty Tsoutsman <klim@tsoutsman.com>
  • Loading branch information
tsoutsman committed Sep 8, 2023
1 parent 349adf8 commit 690043b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 100 deletions.
13 changes: 0 additions & 13 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ exclude = [
"applications/test_libc",
"applications/test_mlx5",
"applications/test_panic",
"applications/test_priority_scheduler",
"applications/test_restartable",
"applications/test_serial_echo",
"applications/test_std_fs",
Expand Down
23 changes: 0 additions & 23 deletions applications/test_priority_scheduler/Cargo.toml

This file was deleted.

61 changes: 0 additions & 61 deletions applications/test_priority_scheduler/src/lib.rs

This file was deleted.

2 changes: 0 additions & 2 deletions theseus_features/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ test_libc = { path = "../applications/test_libc", optional = true }
test_mlx5 = { path = "../applications/test_mlx5", optional = true }
test_panic = { path = "../applications/test_panic", optional = true }
test_preemption_counter = { path = "../applications/test_preemption_counter", optional = true }
test_priority_scheduler = { path = "../applications/test_priority_scheduler", optional = true }
test_restartable = { path = "../applications/test_restartable", optional = true }
test_scheduler = { path = "../applications/test_scheduler", optional = true }
test_serial_echo = { path = "../applications/test_serial_echo", optional = true }
Expand Down Expand Up @@ -159,7 +158,6 @@ theseus_tests = [
"test_mlx5",
"test_panic",
"test_preemption_counter",
"test_priority_scheduler",
"test_restartable",
"test_scheduler",
"test_serial_echo",
Expand Down

0 comments on commit 690043b

Please sign in to comment.