Restructure and improve ACI #566

Merged
zxq9 merged 11 commits from fix_aci into master 2019-05-31 18:33:08 +09:00
Showing only changes of commit ea17dae93e - Show all commits

View File

@ -1,7 +1,7 @@
-module(aeso_abi_tests).
-include_lib("eunit/include/eunit.hrl").
-compile(export_all).
-compile([export_all, nowarn_export_all]).
-define(SANDBOX(Code), sandbox(fun() -> Code end)).
-define(DUMMY_HASH_WORD, 16#123).