mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:50:05 +00:00
AR2V file should be in wsr88d, not in RPG subdirectory
This commit is contained in:
parent
85ccd25705
commit
f36d57b71d
6 changed files with 21 additions and 24 deletions
|
|
@ -1,7 +1,13 @@
|
|||
#include <gtest/gtest.h>
|
||||
|
||||
#include <boost/log/expressions.hpp>
|
||||
#include <boost/log/trivial.hpp>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
boost::log::core::get()->set_filter(boost::log::trivial::severity >=
|
||||
boost::log::trivial::debug);
|
||||
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue