Add size_of_test crate

This commit is contained in:
Simon Sapin 2017-05-15 15:28:56 +02:00
parent 1afc89e944
commit cf2ae86373
6 changed files with 46 additions and 30 deletions

View file

@ -5,6 +5,7 @@
extern crate atomic_refcell;
extern crate layout;
extern crate script_layout_interface;
#[macro_use] extern crate size_of_test;
#[cfg(test)] mod align_of;
#[cfg(all(test, target_pointer_width = "64"))] mod size_of;