1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-11 07:34:16 +00:00
i2pd/tests/Identity.cpp
2015-07-22 16:43:11 +02:00

12 lines
183 B
C++

#define BOOST_TEST_MAIN
#define BOOST_TEST_DYN_LINK
#include <boost/test/unit_test.hpp>
#include "../Identity.h"
BOOST_AUTO_TEST_SUITE(IdentityTests)
BOOST_AUTO_TEST_SUITE_END()