Added unit tests for LibEIP712

This commit is contained in:
Alex Towle
2019-07-29 18:26:55 -07:00
parent 065f46a020
commit f9292a8fb8
10 changed files with 191 additions and 3 deletions

View File

@@ -36,6 +36,7 @@
"test/TestLibAddress.sol",
"test/TestLibAddressArray.sol",
"test/TestLibBytes.sol",
"test/TestLibEIP712.sol",
"test/TestOwnable.sol",
"test/TestReentrancyGuard.sol",
"test/TestSafeMath.sol"