feature update log_test.cpp
Some checks failed
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Successful in 50s
rpcrypto-build / build (Debug, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Failing after 59s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 1m1s
linux-mips64-gcc / linux-gcc-mips64el (push) Failing after 59s
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Successful in 1m11s
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 1m17s
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Successful in 1m32s
rpcrypto-build / build (Release, mipsel-openwrt-linux-musl.toolchain.cmake) (push) Failing after 1m3s
linux-x64-gcc / linux-gcc (push) Failing after 25s
rpcrypto-build / build (Release, mipsel-openwrt-linux.toolchain.cmake) (push) Failing after 1m25s
rpcrypto-build / build (Debug, mipsel-openwrt-linux.toolchain.cmake) (push) Failing after 1m30s

This commit is contained in:
tqcq 2023-12-11 13:22:44 +08:00
parent 03ccb8bdec
commit ef806f45c3

View File

@ -1,7 +1,7 @@
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include <ulib/log/log.h> #include <ulib/log/log.h>
TEST(ULIB_LOG, base_test) TEST(ULIB_LOG_TEST, base_test)
{ {
ULOG_TRACE("trace log"); ULOG_TRACE("trace log");
ULOG_DEBUG("debug log"); ULOG_DEBUG("debug log");