#include #include "../src/types.hh" TEST( StringPair, T1 ) { pEp::StringPair s1{"key", "value"}; // pEp::StringPair s2{ std::string{"key2"}, std::string{"value"} }; }