Add corpus based multi source fuzzer

Co-authored-by: Leonardo <leo@ethereum.org>
This commit is contained in:
Bhargava Shastry
2020-07-21 13:43:29 +02:00
co-authored by Leonardo
parent eab999f753
commit 4067bab7dd
7 changed files with 54 additions and 9 deletions
+1
View File
@@ -42,6 +42,7 @@ class TestCaseReader
public:
TestCaseReader() = default;
explicit TestCaseReader(std::string const& _filename);
explicit TestCaseReader(std::istringstream const& _testCode);
SourceMap const& sources() const { return m_sources; }
std::string const& source() const;