mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 16:10:33 +03:00
12 lines
183 B
C++
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()
|