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
Most of the main functions in the test file are the same. Move function/TestMain.cpp to utils, and remove the main function in the test files.
The text was updated successfully, but these errors were encountered:
It will lead the paddle modules(gserver, trainer, etc.) to depend on gtest library, which could be unnecessary.
gtest
Maybe extract to a module only used for unit tests is better.
Sorry, something went wrong.
There is no dependency problem. Only the executable of the test case is linked to TestMain.cpp.
It will lead the paddle modules(gserver, trainer, etc.) to depend on gtest library
update clue dataset, and remove useless argment for run_clue (PaddleP…
6e39f20
…addle#975)
hedaoyuan
tianbingsz
No branches or pull requests
Most of the main functions in the test file are the same.
Move function/TestMain.cpp to utils, and remove the main function in the test files.
The text was updated successfully, but these errors were encountered: