2015-07-16 23:28:57 +03:00
|
|
|
#define BOOST_TEST_MAIN
|
|
|
|
#define BOOST_TEST_DYN_LINK
|
|
|
|
|
|
|
|
#include <boost/test/unit_test.hpp>
|
2015-08-22 00:27:25 +03:00
|
|
|
#include "Identity.h"
|
2015-07-16 23:28:57 +03:00
|
|
|
|
|
|
|
BOOST_AUTO_TEST_SUITE(IdentityTests)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BOOST_AUTO_TEST_SUITE_END()
|