mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
bittorrent_udp: add quickcheck tests for request byte conversion
This commit is contained in:
parent
554895a9df
commit
02b63feef7
2 changed files with 49 additions and 0 deletions
|
|
@ -1,2 +1,9 @@
|
|||
#[cfg(test)]
|
||||
extern crate quickcheck;
|
||||
#[cfg(test)]
|
||||
#[macro_use(quickcheck)]
|
||||
extern crate quickcheck_macros;
|
||||
|
||||
|
||||
pub mod converters;
|
||||
pub mod types;
|
||||
Loading…
Add table
Add a link
Reference in a new issue