8 lines
155 B
C++
8 lines
155 B
C++
|
#define BOOST_TEST_MODULE partition tests
|
||
|
|
||
|
#include <boost/test/unit_test.hpp>
|
||
|
|
||
|
/*
|
||
|
* This file will contain an automatically generated main function.
|
||
|
*/
|