...
This commit is contained in:
parent
fee508fb96
commit
530b86e199
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
#define BOOST_TEST_MODULE seller
|
#define BOOST_TEST_MODULE seller
|
||||||
|
|
||||||
#include <boost/test/unit_test.hpp>
|
#include <boost/test/included/unit_test.hpp>
|
||||||
|
|
||||||
|
using namespace boost::unit_test;
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE( initial_test ) {
|
BOOST_AUTO_TEST_CASE( initial_test ) {
|
||||||
Seller seller{};
|
Seller seller{};
|
||||||
|
|
Loading…
Reference in a new issue