- depends on the bril2json utility, and brili interpreter
- and turnt for creating test outputs
# Convert the fnv1hash bril code to json, and run it using brili
cd bench
cat fnv1_hash.bril | bril2json | brili
# Use turnt to create the expected benchmark output (the hash) in fnv1_hash.out
turnt --save fnv1_hash.bril
# Use turnt to verify the outputs of the basic block, cfg generation, and add instruction counting tool
turnt -e test --save benchmarks/*.bril