Merge pull request #1003 from hedaoyuan/remove_main
Remove the main function inside the test fileavx_docs
commit
54a2b1f682
@ -0,0 +1,6 @@
|
|||||||
|
# for paddle test case
|
||||||
|
|
||||||
|
if(WITH_TESTING)
|
||||||
|
add_library(paddle_test_main STATIC TestMain.cpp)
|
||||||
|
add_dependencies(paddle_test_main gen_proto_cpp)
|
||||||
|
endif()
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue