mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 14:43:57 +08:00
* test multiple threads writing to log * fix typo * use util::getenv * check INIT_DATA and SENTINEL * test END_OF_SEGMENT * add comment * test multiple threads logging and rotation * cleanup * update * LoggerHandle:quick fix * cleanup * revert test_loggerd.py * refactor test case * check lock file * check refcnt after close * test_runner.cc d * int eixt_signal
3 lines
54 B
C++
3 lines
54 B
C++
#define CATCH_CONFIG_MAIN
|
|
#include "catch2/catch.hpp"
|