Added tests for for decoding log arguments when artifact dependencies are included/excluded

This commit is contained in:
Greg Hysen
2019-07-26 19:10:32 +02:00
parent 88a7d9cca8
commit 365c056b0f
9 changed files with 180 additions and 4 deletions

View File

@@ -32,6 +32,8 @@
"src/interfaces/IOwnable.sol",
"test/TestConstants.sol",
"test/TestLibAddressArray.sol",
"test/TestLibBytes.sol"
"test/TestLibBytes.sol",
"test/TestLogDecoding.sol",
"test/TestLogDecodingDownstream.sol"
]
}