generated from Sithas/conan_template
Подготовка интеграционного теста
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#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);
|
||||
}
|
||||
Reference in New Issue
Block a user