load("//bazel/rules/cc:defs.bzl", "cc_gtest") cc_gtest( name = "test", srcs = [ "fri.cpp", "merkle.cpp", ], deps = ["//risc0/zkp/prove"], )