Skip to content

Commit

Permalink
Pull out the Centipede defs library into a new common package.
Browse files Browse the repository at this point in the history
With more and more cross-dependencies between FuzzTest and Centipede libraries,
it's starting to make sense to have a package for libraries shared between both
modules.

This is the first step in that direction, with the aim to extract remote_file
and blob_file so that they can be used in FuzzTest.

PiperOrigin-RevId: 646259827
  • Loading branch information
fniksic authored and copybara-github committed Jun 24, 2024
1 parent 078ea08 commit 63a1ba0
Show file tree
Hide file tree
Showing 72 changed files with 182 additions and 129 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ endif ()

add_subdirectory(grammar_codegen)
add_subdirectory(tools)
add_subdirectory(common)
add_subdirectory(fuzztest)

if (FUZZTEST_BUILD_TESTING)
Expand Down
Loading

0 comments on commit 63a1ba0

Please sign in to comment.