create a separate unit-tests dir

This commit is contained in:
Joe Thornber
2011-08-22 10:42:13 +01:00
parent 7dbc18d327
commit 9be40b76b5
18 changed files with 34 additions and 46 deletions

View File

@@ -1,7 +1,7 @@
#ifndef BTREE_H
#define BTREE_H
#include "endian.h"
#include "endian_utils.h"
#include "transaction_manager.h"
#include <boost/noncopyable.hpp>