mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-08 04:46:26 +08:00
merged 1.4 r982:983 into trunk
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
#include <iostream>
|
||||
#include <gtest/gtest.h>
|
||||
#include "CArch.h"
|
||||
#include "CLog.h"
|
||||
|
||||
#if SYSAPI_WIN32
|
||||
#include "CArchMiscWindows.h"
|
||||
@@ -69,6 +70,8 @@ main(int argc, char **argv)
|
||||
|
||||
CArch arch;
|
||||
|
||||
CLOG->setFilter(kDEBUG2);
|
||||
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
|
||||
return RUN_ALL_TESTS();
|
||||
|
||||
Reference in New Issue
Block a user