generated from Sithas/conan_template
13 lines
236 B
C++
13 lines
236 B
C++
#ifdef WIN32
|
|
#include <sdkddkver.h>
|
|
#endif
|
|
|
|
#define BOOST_TEST_MODULE AuthRegistrationExecutors
|
|
|
|
#include <boost/test/included/unit_test.hpp>
|
|
|
|
BOOST_AUTO_TEST_CASE(Should_Be_Initiated_With_No_Executors)
|
|
{
|
|
BOOST_CHECK(true == true);
|
|
}
|