Rename module partition to partitioner. This cultivates naming used in existing modules like extractor, customizer, etc. - noun vs verb (word partition is both though).
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.
|
|
*/
|