diff --git a/examples/CMakeLists.txt b/tests/CMakeLists.txt similarity index 100% rename from examples/CMakeLists.txt rename to tests/CMakeLists.txt diff --git a/examples/InsertTest.cpp b/tests/InsertTest.cpp similarity index 100% rename from examples/InsertTest.cpp rename to tests/InsertTest.cpp diff --git a/examples/RemoveTest.cpp b/tests/RemoveTest.cpp similarity index 100% rename from examples/RemoveTest.cpp rename to tests/RemoveTest.cpp diff --git a/examples/SelectTest.cpp b/tests/SelectTest.cpp similarity index 100% rename from examples/SelectTest.cpp rename to tests/SelectTest.cpp diff --git a/examples/TabSample.h b/tests/TabSample.h similarity index 100% rename from examples/TabSample.h rename to tests/TabSample.h diff --git a/examples/UpdateTest.cpp b/tests/UpdateTest.cpp similarity index 100% rename from examples/UpdateTest.cpp rename to tests/UpdateTest.cpp diff --git a/examples/compile.sh b/tests/compile.sh similarity index 100% rename from examples/compile.sh rename to tests/compile.sh