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