diff --git a/examples/core/CMakeLists.txt b/examples/core/CMakeLists.txt index fc33838f..dc051752 100644 --- a/examples/core/CMakeLists.txt +++ b/examples/core/CMakeLists.txt @@ -6,4 +6,3 @@ add_subdirectory(vsgtypes) add_subdirectory(vsgvalues) add_subdirectory(vsgvisitor) add_subdirectory(vsgvisitorcustomtype) -add_subdirectory(vsgreallocations) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 277340ed..ff46b4ef 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1 +1,2 @@ add_subdirectory(vsgcompilemanager) +add_subdirectory(vsgreallocations) diff --git a/examples/core/vsgreallocations/CMakeLists.txt b/tests/vsgreallocations/CMakeLists.txt similarity index 100% rename from examples/core/vsgreallocations/CMakeLists.txt rename to tests/vsgreallocations/CMakeLists.txt diff --git a/examples/core/vsgreallocations/vsgreallocations.cpp b/tests/vsgreallocations/vsgreallocations.cpp similarity index 100% rename from examples/core/vsgreallocations/vsgreallocations.cpp rename to tests/vsgreallocations/vsgreallocations.cpp