Add some basic tests for RingBuf

This commit is contained in:
Florian Hartwig
2015-04-09 23:18:16 +02:00
parent c4546493ea
commit 40f1d1aa77
2 changed files with 67 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ mod test_buf;
mod test_buf_fill;
mod test_byte_buf;
mod test_bytes;
mod test_ring;
mod test_rope;
mod test_seq_byte_str;
mod test_small_byte_str;