osrm-backend/unit_tests/partitioner_tests.cpp
Mateusz Loskot 8114104a43 Rename namespace partition to partitioner
Rename module partition to partitioner.
This cultivates naming used in existing modules like extractor,
customizer, etc. - noun vs verb (word partition is both though).
2018-02-02 11:07:18 +01:00

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.
*/