mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-02 09:40:18 +00: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()
|