Skip to content

Commit

Permalink
Adding ff_test to OpenROAD BUILD file.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
  • Loading branch information
mithro committed Jan 11, 2024
1 parent 0169286 commit a5bfdfe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dependency_support/org_theopenroadproject/bundled.BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -1468,3 +1468,15 @@ filegroup(
)

## OpenSTA

cc_test(
name = "fft_test",
srcs = [
"src/gpl/test/fft_test.cc",
] + glob(["src/gpl/src/fft*"]),
includes = ["."],
deps = [
"@com_github_gabime_spdlog//:spdlog",
"@com_google_googletest//:gtest_main",
],
)

0 comments on commit a5bfdfe

Please sign in to comment.