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

@@ -3,9 +3,9 @@
#include "space_map.h"
#include "transaction_manager.h"
#include "endian.h"
#include "endian_utils.h"
#include "space_map_disk_structures.h"
#include "math.h"
#include "math_utils.h"
//----------------------------------------------------------------