mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 07:50:04 +00:00
Stub for placefile test
This commit is contained in:
parent
fed94e0b7f
commit
207cc1e302
3 changed files with 25 additions and 1 deletions
21
test/source/scwx/gr/placefile.test.cpp
Normal file
21
test/source/scwx/gr/placefile.test.cpp
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
#include <scwx/gr/placefile.hpp>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
namespace gr
|
||||
{
|
||||
|
||||
TEST(PlacefileTest, OldExample)
|
||||
{
|
||||
std::string filename(std::string(SCWX_TEST_DATA_DIR) +
|
||||
"/gr/placefiles/placefile-old-example.txt");
|
||||
|
||||
std::shared_ptr<Placefile> ct = Placefile::Load(filename);
|
||||
|
||||
EXPECT_EQ(true, true);
|
||||
}
|
||||
|
||||
} // namespace gr
|
||||
} // namespace scwx
|
||||
Loading…
Add table
Add a link
Reference in a new issue