Maraiah/tests/data/rand.rs

12 lines
277 B
Rust
Raw Normal View History

2019-03-04 18:55:49 -08:00
const RANDOM: [&[u8]; 7] = [
include_bytes!("random1.bin"),
include_bytes!("random2.bin"),
include_bytes!("random3.bin"),
include_bytes!("random4.bin"),
include_bytes!("random5.bin"),
include_bytes!("random6.bin"),
include_bytes!("random7.bin")
];
// EOF