A couple of small tests.

This commit is contained in:
Sergey Pepyakin
2019-04-03 14:24:01 +02:00
parent b1fbd2921e
commit 1b7a5d26ea
5 changed files with 71 additions and 0 deletions

View File

@ -117,6 +117,9 @@ mod gas {
};
}
def_gas_test!(ifs);
def_gas_test!(simple);
def_gas_test!(start);
def_gas_test!(call);
}