Closed
Description
Page
https://github.com/ethereum/solidity/tree/develop/test/tools/ossfuzz
Abstract
cmake -DCMAKE_TOOLCHAIN_FILE=cmake/toolchains/libfuzzer.cmake -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE:-Release} ..
when I follow this instruction to run, there is a bug:
CMake Error at test/tools/ossfuzz/CMakeLists.txt:183 (add_executable):
Cannot find source file:
solProto.pb.cc
there is no file named solProto.pb.cc in solidity/test/tools/ossfuzz/