Skip to content

Commit

Permalink
make sure test native plugin gets built for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
afinch7 committed Nov 22, 2019
1 parent 496329a commit 5c796ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cli/tests/test_native_plugin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ pub fn op_test_io_async(data: &[u8], zero_copy: Option<PinnedBuf>) -> CoreOp {

Op::Async(fut.boxed())
}

#[test]
fn placeholder() {
// This test is just here to make sure the plugin gets built
}

0 comments on commit 5c796ea

Please sign in to comment.