c4-project / c4f

The C4 Concurrent C Fuzzer
MIT License
14 stars 1 forks source link

Dependency on gawk needs making explicit #120

Closed johnwickerson closed 5 years ago

johnwickerson commented 5 years ago

Otherwise I get:

env: gawk: No such file or directory

Fix seems to be

brew install gawk
MattWindsor91 commented 5 years ago

In the object-file-support branch, I've sidestepped around the need for gawk by making the splicing script explicitly require a marker to tell it when the input-to-splice has ended and the actual litmus harness has begun. Slightly messy, but it saves a dependency!