17 lines
336 B
CMake
17 lines
336 B
CMake
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 phi glog common)
|
|
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)
|