Commit 751b3696 authored by gejun's avatar gejun

Add recordio_unittest.cpp into test/CMakeLists.txt and test/BUILD

parent e06c67c5
......@@ -139,6 +139,7 @@ TEST_BUTIL_SOURCES = [
"iobuf_unittest.cpp",
"test_switches.cc",
"scoped_locale.cc",
"recordio_unittest.cpp",
#"popen_unittest.cpp",
"butil_unittest_main.cpp",
] + select({
......
......@@ -58,6 +58,7 @@ file(COPY ${PROJECT_SOURCE_DIR}/test/jsonout DESTINATION ${CMAKE_CURRENT_BINARY_
file(COPY ${PROJECT_SOURCE_DIR}/test/run_tests.sh DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
SET(TEST_BUTIL_SOURCES
${PROJECT_SOURCE_DIR}/test/recordio_unittest.cpp
${PROJECT_SOURCE_DIR}/test/popen_unittest.cpp
${PROJECT_SOURCE_DIR}/test/at_exit_unittest.cc
${PROJECT_SOURCE_DIR}/test/atomicops_unittest.cc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment