Skip to content
New issue

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

Add the OpenROAD C++ tests to BUILD #271

Open
mithro opened this issue Jan 10, 2024 · 1 comment
Open

Add the OpenROAD C++ tests to BUILD #271

mithro opened this issue Jan 10, 2024 · 1 comment

Comments

@mithro
Copy link
Member

mithro commented Jan 10, 2024

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"
@mithro
Copy link
Member Author

mithro commented Jan 10, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant