We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be good is the OpenROAD build file included the various OpenROAD C++ tests being built and run.
Probably best to start with the tests using gtest;
src/cts/test/cts_unittest.cc:#include "gtest/gtest.h" src/gpl/test/fft_test.cc:#include "gtest/gtest.h" src/dft/test/cpp/TestScanArchitectHeuristic.cpp:#include "gtest/gtest.h" src/dft/test/cpp/TestScanArchitect.cpp:#include "gtest/gtest.h" src/dpl/test/dpl_test.cc:#include "gtest/gtest.h" src/mpl2/test/cpp/mpl2_test.cc:#include "gtest/gtest.h" src/odb/test/cpp/TestAbstractLef.cc:#include "gtest/gtest.h" src/odb/test/cpp/TestDbWire.cc:#include "gtest/gtest.h" src/odb/test/cpp/sky130_test_fixture.h:#include "gtest/gtest.h"
The text was updated successfully, but these errors were encountered:
Once we upgrade to a version which has my new fft_test landed in The-OpenROAD-Project/OpenROAD#4518 I'll look at adding that.
fft_test
Sorry, something went wrong.
No branches or pull requests
It would be good is the OpenROAD build file included the various OpenROAD C++ tests being built and run.
Probably best to start with the tests using gtest;
The text was updated successfully, but these errors were encountered: