
2 changed files with 13 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||
|
#include <gtest/gtest.h> |
||||
|
|
||||
|
#include "../src/types.hh" |
||||
|
|
||||
|
|
||||
|
TEST( MessageTest, Simple ) |
||||
|
{ |
||||
|
pEp::Message msg{PEP_dir_outgoing, "\r\n"}; |
||||
|
|
||||
|
EXPECT_EQ(msg->dir, PEP_dir_outgoing); |
||||
|
} |
Loading…
Reference in new issue