move space maps to their own sub directory

This commit is contained in:
Joe Thornber
2013-01-10 21:36:38 +00:00
parent 6a4facf03b
commit 326fd3408b
15 changed files with 31 additions and 29 deletions

View File

@@ -17,7 +17,7 @@
// <http://www.gnu.org/licenses/>.
#include "persistent-data/transaction_manager.h"
#include "persistent-data/space_map_core.h"
#include "persistent-data/space-maps/core.h"
#include "persistent-data/btree.h"
#define BOOST_TEST_MODULE BTreeTests

View File

@@ -16,7 +16,7 @@
// with thin-provisioning-tools. If not, see
// <http://www.gnu.org/licenses/>.
#include "persistent-data/space_map_disk.h"
#include "persistent-data/space-maps/disk.h"
#define BOOST_TEST_MODULE EndianTests
#include <boost/test/included/unit_test.hpp>

View File

@@ -16,10 +16,10 @@
// with thin-provisioning-tools. If not, see
// <http://www.gnu.org/licenses/>.
#include "persistent-data/space_map_disk.h"
#include "persistent-data/space_map_core.h"
#include "persistent-data/space_map_careful_alloc.h"
#include "persistent-data/space_map_recursive.h"
#include "persistent-data/space-maps/disk.h"
#include "persistent-data/space-maps/core.h"
#include "persistent-data/space-maps/careful_alloc.h"
#include "persistent-data/space-maps/recursive.h"
#define BOOST_TEST_MODULE SpaceMapDiskTests
#include <boost/test/included/unit_test.hpp>

View File

@@ -17,7 +17,7 @@
// <http://www.gnu.org/licenses/>.
#include "persistent-data/transaction_manager.h"
#include "persistent-data/space_map_core.h"
#include "persistent-data/space-maps/core.h"
#define BOOST_TEST_MODULE TransactionManagerTests
#include <boost/test/included/unit_test.hpp>