/** * @project Project * @brief TODO: add a brief * @author lz * @data 2023/7/11 **/ #include "executor_test.h" int main(int argc, char** argv) { LOG(INFO) << "Test ready."; ExecutorTest::test(argc, argv); return EXIT_SUCCESS; }