advotracker: restructure project using crate tree
* advotracker: the framework crate * crate/advotrackerdb: crate implementing the database backend * crate/advotrackerd: the backend daemon * crate/adovtracker: the application (CLI and GUI) Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
7
crates/advotrackerd/tests/integration_test.rs
Normal file
7
crates/advotrackerd/tests/integration_test.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
//use advotracker;
|
||||
|
||||
#[test]
|
||||
fn integration_add_two() {
|
||||
assert_eq!(4, advotracker_backend::add_two(2));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user