Skip to content

Commit

Permalink
feat(cmake): push paddle_test
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyewww committed Jan 24, 2024
1 parent aff6342 commit 13600f8
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 10 deletions.
10 changes: 0 additions & 10 deletions paddle/utils/string/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,3 @@ cc_library(
string_helper
SRCS string_helper.cc
DEPS phi common)
cc_test(
stringprintf_test
SRCS printf_test.cc
DEPS phi common)
cc_test(to_string_test SRCS to_string_test.cc)
cc_test(split_test SRCS split_test.cc)
cc_test(
string_helper_test
SRCS string_helper_test.cc
DEPS string_helper)
4 changes: 4 additions & 0 deletions test/cpp/utils/string/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
paddle_test(stringprintf_test SRCS printf_test.cc DEPS phi common)
paddle_test(to_string_test SRCS to_string_test.cc)
paddle_test(split_test SRCS split_test.cc)
paddle_test(string_helper_test SRCS string_helper_test.cc DEPS string_helper)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 13600f8

Please sign in to comment.