add file data test harness
Rust/spacepackets/pipeline/pr-main There was a failure building this commit Details
Rust/spacepackets/pipeline/head There was a failure building this commit Details

This commit is contained in:
Robin Müller 2023-05-30 08:33:03 +02:00
parent 9d758cce45
commit 44223c1c0f
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 8 additions and 0 deletions

View File

@ -127,3 +127,11 @@ impl<'seg_meta, 'file_data> FileDataPdu<'seg_meta, 'file_data> {
Ok(current_idx)
}
}
#[cfg(test)]
mod tests {
#[test]
fn test_basic() {
}
}