Add tests for VM tracing.

This commit is contained in:
Gav Wood
2016-05-29 13:05:41 +02:00
parent c20eaf98ec
commit 22c4298bee
4 changed files with 70 additions and 11 deletions

View File

@@ -52,6 +52,13 @@ macro_rules! mapx {
}
}
#[macro_export]
macro_rules! vecx {
( $( $x:expr ),* ) => {
vec![ $( From::from($x) ),* ]
}
}
#[macro_export]
macro_rules! x {
( $x:expr ) => {