Skip to content

Commit

Permalink
Merge pull request #28 from mel-project/shadow-tests
Browse files Browse the repository at this point in the history
Move shadow tests into main repo
  • Loading branch information
nullchinchilla authored Dec 10, 2023
2 parents 09af491 + a2e99ed commit 0e4d34b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 18 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
perf*
perf*
**/shadow.data/
**/target/
12 changes: 6 additions & 6 deletions Cargo.lock

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

9 changes: 0 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ name = "earendil"
version = "0.0.1"
edition = "2021"

# [lib]
# name = "earendil"
# path = "src/lib.rs"

# [[bin]]
# name = "earendil"
# path = "src/main.rs"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions shadow-tests
Submodule shadow-tests added at ba2234
2 changes: 1 addition & 1 deletion src/daemon/control_protocol_impl.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{collections::BTreeMap, str::Chars, sync::Arc, time::Duration};
use std::{collections::BTreeMap, sync::Arc, time::Duration};

use async_trait::async_trait;
use bytes::Bytes;
Expand Down

0 comments on commit 0e4d34b

Please sign in to comment.