Skip to content

Commit

Permalink
use paddle_test
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooo-create committed Jan 24, 2024
1 parent e0e3a49 commit f487548
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions paddle/fluid/platform/profiler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,9 @@ cc_library(
cpu_utilization
event_bind
custom_tracer)
cc_test(
test_event_node
SRCS test_event_node.cc
DEPS event_node profiler_logger)
cc_test(
test_extra_info
SRCS test_extra_info.cc
DEPS profiler_utils)
cc_test(
test_serialization_logger
SRCS dump/test_serialization_logger.cc
DEPS event_bind)
cc_test(
new_profiler_test
SRCS profiler_test.cc
DEPS new_profiler)
paddle_test(test_event_node SRCS test_event_node.cc DEPS event_node
profiler_logger)
paddle_test(test_extra_info SRCS test_extra_info.cc DEPS profiler_utils)
paddle_test(test_serialization_logger SRCS dump/test_serialization_logger.cc
DEPS event_bind)
paddle_test(new_profiler_test SRCS profiler_test.cc DEPS new_profiler)

0 comments on commit f487548

Please sign in to comment.