diff --git a/tests/.DS_Store b/tests/.DS_Store new file mode 100644 index 00000000..b9f40dc6 Binary files /dev/null and b/tests/.DS_Store differ diff --git a/tests/CMakeCache.txt b/tests/CMakeCache.txt deleted file mode 100644 index 20085dcd..00000000 --- a/tests/CMakeCache.txt +++ /dev/null @@ -1,357 +0,0 @@ -# This is the CMakeCache file. -# For build in directory: /Users/spirosmag/documents/AlgoPlus/tests -# It was generated by CMake: /opt/homebrew/Cellar/cmake/3.28.3/bin/cmake -# You can edit this file to change values found and used by cmake. -# If you do not want to change any of the values, simply exit the editor. -# If you do want to change a value, simply edit, save, and exit the editor. -# The syntax for the file is as follows: -# KEY:TYPE=VALUE -# KEY is the name of a variable in the cache. -# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. -# VALUE is the current value for the KEY. - -######################## -# EXTERNAL cache entries -######################## - -//Path to a program. -CLANG_TIDY_EXECUTABLE:FILEPATH=/opt/homebrew/opt/llvm/bin/clang-tidy - -//Path to a program. -CMAKE_ADDR2LINE:FILEPATH=CMAKE_ADDR2LINE-NOTFOUND - -//Path to a program. -CMAKE_AR:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/ar - -//Choose the type of build, options are: None Debug Release RelWithDebInfo -// MinSizeRel ... -CMAKE_BUILD_TYPE:STRING= - -//Enable/Disable color output during build. -CMAKE_COLOR_MAKEFILE:BOOL=ON - -//CXX compiler -CMAKE_CXX_COMPILER:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/c++ - -//Flags used by the CXX compiler during all build types. -CMAKE_CXX_FLAGS:STRING= - -//Flags used by the CXX compiler during DEBUG builds. -CMAKE_CXX_FLAGS_DEBUG:STRING=-g - -//Flags used by the CXX compiler during MINSIZEREL builds. -CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the CXX compiler during RELEASE builds. -CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the CXX compiler during RELWITHDEBINFO builds. -CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG - -//Path to a program. -CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND - -//Flags used by the linker during all build types. -CMAKE_EXE_LINKER_FLAGS:STRING= - -//Flags used by the linker during DEBUG builds. -CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during MINSIZEREL builds. -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during RELEASE builds. -CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during RELWITHDEBINFO builds. -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Enable/Disable output of compile commands during generation. -CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= - -//Value Computed by CMake. -CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles/pkgRedirects - -//Path to a program. -CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool - -//Install path prefix, prepended onto install directories. -CMAKE_INSTALL_PREFIX:PATH=/usr/local - -//Path to a program. -CMAKE_LINKER:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/ld - -//Path to a program. -CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make - -//Flags used by the linker during the creation of modules during -// all build types. -CMAKE_MODULE_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of modules during -// DEBUG builds. -CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of modules during -// MINSIZEREL builds. -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of modules during -// RELEASE builds. -CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of modules during -// RELWITHDEBINFO builds. -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_NM:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/nm - -//Path to a program. -CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND - -//Path to a program. -CMAKE_OBJDUMP:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/objdump - -//Build architectures for OSX -CMAKE_OSX_ARCHITECTURES:STRING= - -//Minimum OS X version to target for deployment (at runtime); newer -// APIs weak linked. Set to empty string for default value. -CMAKE_OSX_DEPLOYMENT_TARGET:STRING= - -//The product will be built against the headers and libraries located -// inside the indicated SDK. -CMAKE_OSX_SYSROOT:PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk - -//Value Computed by CMake -CMAKE_PROJECT_DESCRIPTION:STATIC= - -//Value Computed by CMake -CMAKE_PROJECT_HOMEPAGE_URL:STATIC= - -//Value Computed by CMake -CMAKE_PROJECT_NAME:STATIC=algoplus - -//Value Computed by CMake -CMAKE_PROJECT_VERSION:STATIC=1.0.0 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_MAJOR:STATIC=1 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_MINOR:STATIC=0 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_PATCH:STATIC=0 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_TWEAK:STATIC= - -//Path to a program. -CMAKE_RANLIB:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/ranlib - -//Path to a program. -CMAKE_READELF:FILEPATH=CMAKE_READELF-NOTFOUND - -//Flags used by the linker during the creation of shared libraries -// during all build types. -CMAKE_SHARED_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of shared libraries -// during DEBUG builds. -CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of shared libraries -// during MINSIZEREL builds. -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of shared libraries -// during RELEASE builds. -CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of shared libraries -// during RELWITHDEBINFO builds. -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//If set, runtime paths are not added when installing shared libraries, -// but are added when building. -CMAKE_SKIP_INSTALL_RPATH:BOOL=NO - -//If set, runtime paths are not added when using shared libraries. -CMAKE_SKIP_RPATH:BOOL=NO - -//Flags used by the linker during the creation of static libraries -// during all build types. -CMAKE_STATIC_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of static libraries -// during DEBUG builds. -CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of static libraries -// during MINSIZEREL builds. -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of static libraries -// during RELEASE builds. -CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of static libraries -// during RELWITHDEBINFO builds. -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_STRIP:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/strip - -//Path to a program. -CMAKE_TAPI:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/tapi - -//If this value is on, makefiles will be generated without the -// .SILENT directive, and all commands will be echoed to the console -// during the make. This is useful for debugging only. With Visual -// Studio IDE projects all commands are done without /nologo. -CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE - -//Value Computed by CMake -algoplus_BINARY_DIR:STATIC=/Users/spirosmag/documents/AlgoPlus/tests - -//Value Computed by CMake -algoplus_IS_TOP_LEVEL:STATIC=ON - -//Value Computed by CMake -algoplus_SOURCE_DIR:STATIC=/Users/spirosmag/documents/AlgoPlus - - -######################## -# INTERNAL cache entries -######################## - -//ADVANCED property for variable: CMAKE_ADDR2LINE -CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_AR -CMAKE_AR-ADVANCED:INTERNAL=1 -//This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=/Users/spirosmag/documents/AlgoPlus/tests -//Major version of cmake used to create the current loaded cache -CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 -//Minor version of cmake used to create the current loaded cache -CMAKE_CACHE_MINOR_VERSION:INTERNAL=28 -//Patch version of cmake used to create the current loaded cache -CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 -//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE -CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 -//Path to CMake executable. -CMAKE_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.28.3/bin/cmake -//Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.28.3/bin/cpack -//Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.28.3/bin/ctest -//ADVANCED property for variable: CMAKE_CXX_COMPILER -CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS -CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG -CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL -CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE -CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO -CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_DLLTOOL -CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 -//Path to cache edit program executable. -CMAKE_EDIT_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.28.3/bin/ccmake -//Executable file format -CMAKE_EXECUTABLE_FORMAT:INTERNAL=MACHO -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS -CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG -CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE -CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS -CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 -//Name of external makefile project generator. -CMAKE_EXTRA_GENERATOR:INTERNAL= -//Name of generator. -CMAKE_GENERATOR:INTERNAL=Unix Makefiles -//Generator instance identifier. -CMAKE_GENERATOR_INSTANCE:INTERNAL= -//Name of generator platform. -CMAKE_GENERATOR_PLATFORM:INTERNAL= -//Name of generator toolset. -CMAKE_GENERATOR_TOOLSET:INTERNAL= -//Source directory with the top level CMakeLists.txt file for this -// project -CMAKE_HOME_DIRECTORY:INTERNAL=/Users/spirosmag/documents/AlgoPlus -//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL -CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_LINKER -CMAKE_LINKER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MAKE_PROGRAM -CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS -CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG -CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE -CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_NM -CMAKE_NM-ADVANCED:INTERNAL=1 -//number of local generators -CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2 -//ADVANCED property for variable: CMAKE_OBJCOPY -CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_OBJDUMP -CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 -//Platform information initialized -CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_RANLIB -CMAKE_RANLIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_READELF -CMAKE_READELF-ADVANCED:INTERNAL=1 -//Path to CMake installation. -CMAKE_ROOT:INTERNAL=/opt/homebrew/Cellar/cmake/3.28.3/share/cmake -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS -CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG -CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE -CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH -CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_RPATH -CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS -CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG -CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE -CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STRIP -CMAKE_STRIP-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_TAPI -CMAKE_TAPI-ADVANCED:INTERNAL=1 -//uname command -CMAKE_UNAME:INTERNAL=/usr/bin/uname -//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE -CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 - diff --git a/tests/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake b/tests/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake deleted file mode 100644 index 185317bd..00000000 --- a/tests/CMakeFiles/3.28.3/CMakeCXXCompiler.cmake +++ /dev/null @@ -1,85 +0,0 @@ -set(CMAKE_CXX_COMPILER "/Library/Developer/CommandLineTools/usr/bin/c++") -set(CMAKE_CXX_COMPILER_ARG1 "") -set(CMAKE_CXX_COMPILER_ID "AppleClang") -set(CMAKE_CXX_COMPILER_VERSION "15.0.0.15000309") -set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") -set(CMAKE_CXX_COMPILER_WRAPPER "") -set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98") -set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") -set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23") -set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") -set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") -set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") -set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") -set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") -set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") - -set(CMAKE_CXX_PLATFORM_ID "Darwin") -set(CMAKE_CXX_SIMULATE_ID "") -set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") -set(CMAKE_CXX_SIMULATE_VERSION "") - - - - -set(CMAKE_AR "/Library/Developer/CommandLineTools/usr/bin/ar") -set(CMAKE_CXX_COMPILER_AR "") -set(CMAKE_RANLIB "/Library/Developer/CommandLineTools/usr/bin/ranlib") -set(CMAKE_CXX_COMPILER_RANLIB "") -set(CMAKE_LINKER "/Library/Developer/CommandLineTools/usr/bin/ld") -set(CMAKE_MT "") -set(CMAKE_TAPI "/Library/Developer/CommandLineTools/usr/bin/tapi") -set(CMAKE_COMPILER_IS_GNUCXX ) -set(CMAKE_CXX_COMPILER_LOADED 1) -set(CMAKE_CXX_COMPILER_WORKS TRUE) -set(CMAKE_CXX_ABI_COMPILED TRUE) - -set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") - -set(CMAKE_CXX_COMPILER_ID_RUN 1) -set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) -set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) - -foreach (lang C OBJC OBJCXX) - if (CMAKE_${lang}_COMPILER_ID_RUN) - foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) - list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) - endforeach() - endif() -endforeach() - -set(CMAKE_CXX_LINKER_PREFERENCE 30) -set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) -set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) - -# Save compiler ABI information. -set(CMAKE_CXX_SIZEOF_DATA_PTR "8") -set(CMAKE_CXX_COMPILER_ABI "") -set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") -set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") - -if(CMAKE_CXX_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_CXX_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") -endif() - -if(CMAKE_CXX_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "") -endif() - -set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/c++/v1;/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include;/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include;/Library/Developer/CommandLineTools/usr/include") -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "c++") -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/lib;/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/lib/swift") -set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/System/Library/Frameworks") diff --git a/tests/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_CXX.bin b/tests/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_CXX.bin deleted file mode 100755 index 7a86c3f5..00000000 Binary files a/tests/CMakeFiles/3.28.3/CMakeDetermineCompilerABI_CXX.bin and /dev/null differ diff --git a/tests/CMakeFiles/3.28.3/CMakeSystem.cmake b/tests/CMakeFiles/3.28.3/CMakeSystem.cmake deleted file mode 100644 index f173de81..00000000 --- a/tests/CMakeFiles/3.28.3/CMakeSystem.cmake +++ /dev/null @@ -1,15 +0,0 @@ -set(CMAKE_HOST_SYSTEM "Darwin-23.5.0") -set(CMAKE_HOST_SYSTEM_NAME "Darwin") -set(CMAKE_HOST_SYSTEM_VERSION "23.5.0") -set(CMAKE_HOST_SYSTEM_PROCESSOR "arm64") - - - -set(CMAKE_SYSTEM "Darwin-23.5.0") -set(CMAKE_SYSTEM_NAME "Darwin") -set(CMAKE_SYSTEM_VERSION "23.5.0") -set(CMAKE_SYSTEM_PROCESSOR "arm64") - -set(CMAKE_CROSSCOMPILING "FALSE") - -set(CMAKE_SYSTEM_LOADED 1) diff --git a/tests/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/tests/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp deleted file mode 100644 index 9c9c90ea..00000000 --- a/tests/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.cpp +++ /dev/null @@ -1,869 +0,0 @@ -/* This source file must have a .cpp extension so that all C++ compilers - recognize the extension without flags. Borland does not know .cxx for - example. */ -#ifndef __cplusplus -# error "A C compiler has been selected for C++." -#endif - -#if !defined(__has_include) -/* If the compiler does not have __has_include, pretend the answer is - always no. */ -# define __has_include(x) 0 -#endif - - -/* Version number components: V=Version, R=Revision, P=Patch - Version date components: YYYY=Year, MM=Month, DD=Day */ - -#if defined(__COMO__) -# define COMPILER_ID "Comeau" - /* __COMO_VERSION__ = VRR */ -# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) -# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) - -#elif defined(__INTEL_COMPILER) || defined(__ICC) -# define COMPILER_ID "Intel" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# if defined(__GNUC__) -# define SIMULATE_ID "GNU" -# endif - /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, - except that a few beta releases use the old format with V=2021. */ -# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) -# if defined(__INTEL_COMPILER_UPDATE) -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) -# else -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) -# endif -# else -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) - /* The third version component from --version is an update index, - but no macro is provided for it. */ -# define COMPILER_VERSION_PATCH DEC(0) -# endif -# if defined(__INTEL_COMPILER_BUILD_DATE) - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) -# endif -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# if defined(__GNUC__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -# elif defined(__GNUG__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) -# endif -# if defined(__GNUC_MINOR__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) -# define COMPILER_ID "IntelLLVM" -#if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -#endif -#if defined(__GNUC__) -# define SIMULATE_ID "GNU" -#endif -/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and - * later. Look for 6 digit vs. 8 digit version number to decide encoding. - * VVVV is no smaller than the current year when a version is released. - */ -#if __INTEL_LLVM_COMPILER < 1000000L -# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) -#else -# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) -# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) -#endif -#if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -#endif -#if defined(__GNUC__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -#elif defined(__GNUG__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) -#endif -#if defined(__GNUC_MINOR__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -#endif -#if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -#endif - -#elif defined(__PATHCC__) -# define COMPILER_ID "PathScale" -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) -# if defined(__PATHCC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) -# endif - -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) -# define COMPILER_ID "Embarcadero" -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__WATCOMC__) -# define COMPILER_ID "OpenWatcom" - /* __WATCOMC__ = VVRP + 1100 */ -# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__SUNPRO_CC) -# define COMPILER_ID "SunPro" -# if __SUNPRO_CC >= 0x5100 - /* __SUNPRO_CC = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# endif - -#elif defined(__HP_aCC) -# define COMPILER_ID "HP" - /* __HP_aCC = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) - -#elif defined(__DECCXX) -# define COMPILER_ID "Compaq" - /* __DECCXX_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) - -#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__open_xl__) && defined(__clang__) -# define COMPILER_ID "IBMClang" -# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) -# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) -# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) - - -#elif defined(__ibmxl__) && defined(__clang__) -# define COMPILER_ID "XLClang" -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) - - -#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 -# define COMPILER_ID "XL" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 -# define COMPILER_ID "VisualAge" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__NVCOMPILER) -# define COMPILER_ID "NVHPC" -# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) -# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) -# if defined(__NVCOMPILER_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) -# endif - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(__clang__) && defined(__cray__) -# define COMPILER_ID "CrayClang" -# define COMPILER_VERSION_MAJOR DEC(__cray_major__) -# define COMPILER_VERSION_MINOR DEC(__cray_minor__) -# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) -# define COMPILER_VERSION_INTERNAL_STR __clang_version__ - - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" -# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI" - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) - -#elif defined(__CLANG_FUJITSU) -# define COMPILER_ID "FujitsuClang" -# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) -# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) -# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) -# define COMPILER_VERSION_INTERNAL_STR __clang_version__ - - -#elif defined(__FUJITSU) -# define COMPILER_ID "Fujitsu" -# if defined(__FCC_version__) -# define COMPILER_VERSION __FCC_version__ -# elif defined(__FCC_major__) -# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) -# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) -# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) -# endif -# if defined(__fcc_version) -# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) -# elif defined(__FCC_VERSION) -# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) -# endif - - -#elif defined(__ghs__) -# define COMPILER_ID "GHS" -/* __GHS_VERSION_NUMBER = VVVVRP */ -# ifdef __GHS_VERSION_NUMBER -# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) -# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) -# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) -# endif - -#elif defined(__TASKING__) -# define COMPILER_ID "Tasking" - # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) - # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) -# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) - -#elif defined(__ORANGEC__) -# define COMPILER_ID "OrangeC" -# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) -# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) -# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__ARMCC_VERSION) && !defined(__clang__) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) -# define COMPILER_ID "ARMClang" - # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) -# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) -# define COMPILER_ID "LCC" -# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) -# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) -# if defined(__LCC_MINOR__) -# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) -# endif -# if defined(__GNUC__) && defined(__GNUC_MINOR__) -# define SIMULATE_ID "GNU" -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -# if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif -# endif - -#elif defined(__GNUC__) || defined(__GNUG__) -# define COMPILER_ID "GNU" -# if defined(__GNUC__) -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# else -# define COMPILER_VERSION_MAJOR DEC(__GNUG__) -# endif -# if defined(__GNUC_MINOR__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(_ADI_COMPILER) -# define COMPILER_ID "ADSP" -#if defined(__VERSIONNUM__) - /* __VERSIONNUM__ = 0xVVRRPPTT */ -# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) -# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) -# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) -# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" -# if defined(__VER__) && defined(__ICCARM__) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) -# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) -# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) -# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) -# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# endif - - -/* These compilers are either not known or too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; -#ifdef SIMULATE_ID -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; -#endif - -#ifdef __QNXNTO__ -char const* qnxnto = "INFO" ":" "qnxnto[]"; -#endif - -#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) -char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; -#endif - -#define STRINGIFY_HELPER(X) #X -#define STRINGIFY(X) STRINGIFY_HELPER(X) - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__MSYS__) -# define PLATFORM_ID "MSYS" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU__) -# define PLATFORM_ID "Haiku" - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#elif defined(__WATCOMC__) -# if defined(__LINUX__) -# define PLATFORM_ID "Linux" - -# elif defined(__DOS__) -# define PLATFORM_ID "DOS" - -# elif defined(__OS2__) -# define PLATFORM_ID "OS2" - -# elif defined(__WINDOWS__) -# define PLATFORM_ID "Windows3x" - -# elif defined(__VXWORKS__) -# define PLATFORM_ID "VxWorks" - -# else /* unknown platform */ -# define PLATFORM_ID -# endif - -#elif defined(__INTEGRITY) -# if defined(INT_178B) -# define PLATFORM_ID "Integrity178" - -# else /* regular Integrity */ -# define PLATFORM_ID "Integrity" -# endif - -# elif defined(_ADI_COMPILER) -# define PLATFORM_ID "ADSP" - -#else /* unknown platform */ -# define PLATFORM_ID - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_ARM64EC) -# define ARCHITECTURE_ID "ARM64EC" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM64) -# define ARCHITECTURE_ID "ARM64" - -# elif defined(_M_ARM) -# if _M_ARM == 4 -# define ARCHITECTURE_ID "ARMV4I" -# elif _M_ARM == 5 -# define ARCHITECTURE_ID "ARMV5I" -# else -# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) -# endif - -# elif defined(_M_MIPS) -# define ARCHITECTURE_ID "MIPS" - -# elif defined(_M_SH) -# define ARCHITECTURE_ID "SHx" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__WATCOMC__) -# if defined(_M_I86) -# define ARCHITECTURE_ID "I86" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# if defined(__ICCARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__ICCRX__) -# define ARCHITECTURE_ID "RX" - -# elif defined(__ICCRH850__) -# define ARCHITECTURE_ID "RH850" - -# elif defined(__ICCRL78__) -# define ARCHITECTURE_ID "RL78" - -# elif defined(__ICCRISCV__) -# define ARCHITECTURE_ID "RISCV" - -# elif defined(__ICCAVR__) -# define ARCHITECTURE_ID "AVR" - -# elif defined(__ICC430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__ICCV850__) -# define ARCHITECTURE_ID "V850" - -# elif defined(__ICC8051__) -# define ARCHITECTURE_ID "8051" - -# elif defined(__ICCSTM8__) -# define ARCHITECTURE_ID "STM8" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__ghs__) -# if defined(__PPC64__) -# define ARCHITECTURE_ID "PPC64" - -# elif defined(__ppc__) -# define ARCHITECTURE_ID "PPC" - -# elif defined(__ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__x86_64__) -# define ARCHITECTURE_ID "x64" - -# elif defined(__i386__) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__TI_COMPILER_VERSION__) -# if defined(__TI_ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__MSP430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__TMS320C28XX__) -# define ARCHITECTURE_ID "TMS320C28x" - -# elif defined(__TMS320C6X__) || defined(_TMS320C6X) -# define ARCHITECTURE_ID "TMS320C6x" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -# elif defined(__ADSPSHARC__) -# define ARCHITECTURE_ID "SHARC" - -# elif defined(__ADSPBLACKFIN__) -# define ARCHITECTURE_ID "Blackfin" - -#elif defined(__TASKING__) - -# if defined(__CTC__) || defined(__CPTC__) -# define ARCHITECTURE_ID "TriCore" - -# elif defined(__CMCS__) -# define ARCHITECTURE_ID "MCS" - -# elif defined(__CARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__CARC__) -# define ARCHITECTURE_ID "ARC" - -# elif defined(__C51__) -# define ARCHITECTURE_ID "8051" - -# elif defined(__CPCP__) -# define ARCHITECTURE_ID "PCP" - -# else -# define ARCHITECTURE_ID "" -# endif - -#else -# define ARCHITECTURE_ID -#endif - -/* Convert integer to decimal digit literals. */ -#define DEC(n) \ - ('0' + (((n) / 10000000)%10)), \ - ('0' + (((n) / 1000000)%10)), \ - ('0' + (((n) / 100000)%10)), \ - ('0' + (((n) / 10000)%10)), \ - ('0' + (((n) / 1000)%10)), \ - ('0' + (((n) / 100)%10)), \ - ('0' + (((n) / 10)%10)), \ - ('0' + ((n) % 10)) - -/* Convert integer to hex digit literals. */ -#define HEX(n) \ - ('0' + ((n)>>28 & 0xF)), \ - ('0' + ((n)>>24 & 0xF)), \ - ('0' + ((n)>>20 & 0xF)), \ - ('0' + ((n)>>16 & 0xF)), \ - ('0' + ((n)>>12 & 0xF)), \ - ('0' + ((n)>>8 & 0xF)), \ - ('0' + ((n)>>4 & 0xF)), \ - ('0' + ((n) & 0xF)) - -/* Construct a string literal encoding the version number. */ -#ifdef COMPILER_VERSION -char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; - -/* Construct a string literal encoding the version number components. */ -#elif defined(COMPILER_VERSION_MAJOR) -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct a string literal encoding the internal version number. */ -#ifdef COMPILER_VERSION_INTERNAL -char const info_version_internal[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', - 'i','n','t','e','r','n','a','l','[', - COMPILER_VERSION_INTERNAL,']','\0'}; -#elif defined(COMPILER_VERSION_INTERNAL_STR) -char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; -#endif - -/* Construct a string literal encoding the version number components. */ -#ifdef SIMULATE_VERSION_MAJOR -char const info_simulate_version[] = { - 'I', 'N', 'F', 'O', ':', - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', - SIMULATE_VERSION_MAJOR, -# ifdef SIMULATE_VERSION_MINOR - '.', SIMULATE_VERSION_MINOR, -# ifdef SIMULATE_VERSION_PATCH - '.', SIMULATE_VERSION_PATCH, -# ifdef SIMULATE_VERSION_TWEAK - '.', SIMULATE_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - -#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L -# if defined(__INTEL_CXX11_MODE__) -# if defined(__cpp_aggregate_nsdmi) -# define CXX_STD 201402L -# else -# define CXX_STD 201103L -# endif -# else -# define CXX_STD 199711L -# endif -#elif defined(_MSC_VER) && defined(_MSVC_LANG) -# define CXX_STD _MSVC_LANG -#else -# define CXX_STD __cplusplus -#endif - -const char* info_language_standard_default = "INFO" ":" "standard_default[" -#if CXX_STD > 202002L - "23" -#elif CXX_STD > 201703L - "20" -#elif CXX_STD >= 201703L - "17" -#elif CXX_STD >= 201402L - "14" -#elif CXX_STD >= 201103L - "11" -#else - "98" -#endif -"]"; - -const char* info_language_extensions_default = "INFO" ":" "extensions_default[" -#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ - defined(__TI_COMPILER_VERSION__)) && \ - !defined(__STRICT_ANSI__) - "ON" -#else - "OFF" -#endif -"]"; - -/*--------------------------------------------------------------------------*/ - -int main(int argc, char* argv[]) -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; - require += info_arch[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif -#ifdef COMPILER_VERSION_INTERNAL - require += info_version_internal[argc]; -#endif -#ifdef SIMULATE_ID - require += info_simulate[argc]; -#endif -#ifdef SIMULATE_VERSION_MAJOR - require += info_simulate_version[argc]; -#endif -#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) - require += info_cray[argc]; -#endif - require += info_language_standard_default[argc]; - require += info_language_extensions_default[argc]; - (void)argv; - return require; -} diff --git a/tests/CMakeFiles/CMakeConfigureLog.yaml b/tests/CMakeFiles/CMakeConfigureLog.yaml deleted file mode 100644 index 1420166a..00000000 --- a/tests/CMakeFiles/CMakeConfigureLog.yaml +++ /dev/null @@ -1,215 +0,0 @@ - ---- -events: - - - kind: "message-v1" - backtrace: - - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeDetermineSystem.cmake:233 (message)" - - "CMakeLists.txt:2 (project)" - message: | - The system is: Darwin - 23.5.0 - arm64 - - - kind: "message-v1" - backtrace: - - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" - - "CMakeLists.txt:2 (project)" - message: | - Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed. - Compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - Build flags: - Id flags: - - The output was: - 1 - ld: library 'c++' not found - clang: error: linker command failed with exit code 1 (use -v to see invocation) - - - - - kind: "message-v1" - backtrace: - - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" - - "CMakeLists.txt:2 (project)" - message: | - Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. - Compiler: /Library/Developer/CommandLineTools/usr/bin/c++ - Build flags: - Id flags: -c - - The output was: - 0 - - - Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.o" - - The CXX compiler identification is AppleClang, found in: - /Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles/3.28.3/CompilerIdCXX/CMakeCXXCompilerId.o - - - - kind: "try_compile-v1" - backtrace: - - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile)" - - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:2 (project)" - checks: - - "Detecting CXX compiler ABI info" - directories: - source: "/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles/CMakeScratch/TryCompile-RYDIR4" - binary: "/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles/CMakeScratch/TryCompile-RYDIR4" - cmakeVariables: - CMAKE_CXX_FLAGS: "" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_OSX_ARCHITECTURES: "" - CMAKE_OSX_DEPLOYMENT_TARGET: "" - CMAKE_OSX_SYSROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk" - buildResult: - variable: "CMAKE_CXX_ABI_COMPILED" - cached: true - stdout: | - Change Dir: '/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles/CMakeScratch/TryCompile-RYDIR4' - - Run Build Command(s): /opt/homebrew/Cellar/cmake/3.28.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ca61d/fast - /Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_ca61d.dir/build.make CMakeFiles/cmTC_ca61d.dir/build - Building CXX object CMakeFiles/cmTC_ca61d.dir/CMakeCXXCompilerABI.cpp.o - /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk -v -Wl,-v -MD -MT CMakeFiles/cmTC_ca61d.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_ca61d.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_ca61d.dir/CMakeCXXCompilerABI.cpp.o -c /opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeCXXCompilerABI.cpp - Apple clang version 15.0.0 (clang-1500.3.9.4) - Target: arm64-apple-darwin23.5.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument] - "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx14.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.4 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1053.12 -v -fcoverage-compilation-dir=/Users/spirosmag/Documents/AlgoPlus/tests/CMakeFiles/CMakeScratch/TryCompile-RYDIR4 -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_ca61d.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_ca61d.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -fdebug-compilation-dir=/Users/spirosmag/Documents/AlgoPlus/tests/CMakeFiles/CMakeScratch/TryCompile-RYDIR4 -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_ca61d.dir/CMakeCXXCompilerABI.cpp.o -x c++ /opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeCXXCompilerABI.cpp - clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target arm64-apple-darwin23.5.0 - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/local/include" - ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/Library/Frameworks" - #include "..." search starts here: - #include <...> search starts here: - /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/c++/v1 - /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include - /Library/Developer/CommandLineTools/usr/include - /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/System/Library/Frameworks (framework directory) - End of search list. - Linking CXX executable cmTC_ca61d - /opt/homebrew/Cellar/cmake/3.28.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ca61d.dir/link.txt --verbose=1 - /Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_ca61d.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_ca61d - Apple clang version 15.0.0 (clang-1500.3.9.4) - Target: arm64-apple-darwin23.5.0 - Thread model: posix - InstalledDir: /Library/Developer/CommandLineTools/usr/bin - "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 14.0.0 14.4 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk -o cmTC_ca61d -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_ca61d.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a - @(#)PROGRAM:ld PROJECT:ld-1053.12 - BUILD 15:45:29 Feb 3 2024 - configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em - will use ld-classic for: armv6 armv7 armv7s arm64_32 i386 armv6m armv7k armv7m armv7em - LTO support using: LLVM version 15.0.0 (static support for 29, runtime is 29) - TAPI support using: Apple TAPI version 15.0.0 (tapi-1500.3.2.2) - Library search paths: - /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/lib - /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/lib/swift - Framework search paths: - /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/System/Library/Frameworks - - exitCode: 0 - - - kind: "message-v1" - backtrace: - - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:127 (message)" - - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:2 (project)" - message: | - Parsed CXX implicit include dir info: rv=done - found start of include info - found start of implicit include info - add: [/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/c++/v1] - add: [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] - add: [/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include] - add: [/Library/Developer/CommandLineTools/usr/include] - end of search list found - collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/c++/v1] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/c++/v1] - collapse include dir [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] ==> [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] - collapse include dir [/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include] - collapse include dir [/Library/Developer/CommandLineTools/usr/include] ==> [/Library/Developer/CommandLineTools/usr/include] - implicit include dirs: [/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/c++/v1;/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include;/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include;/Library/Developer/CommandLineTools/usr/include] - - - - - kind: "message-v1" - backtrace: - - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:159 (message)" - - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:2 (project)" - message: | - Parsed CXX implicit link information: - link line regex: [^( *|.*[/\\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] - ignore line: [Change Dir: '/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles/CMakeScratch/TryCompile-RYDIR4'] - ignore line: [] - ignore line: [Run Build Command(s): /opt/homebrew/Cellar/cmake/3.28.3/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ca61d/fast] - ignore line: [/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_ca61d.dir/build.make CMakeFiles/cmTC_ca61d.dir/build] - ignore line: [Building CXX object CMakeFiles/cmTC_ca61d.dir/CMakeCXXCompilerABI.cpp.o] - ignore line: [/Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk -v -Wl -v -MD -MT CMakeFiles/cmTC_ca61d.dir/CMakeCXXCompilerABI.cpp.o -MF CMakeFiles/cmTC_ca61d.dir/CMakeCXXCompilerABI.cpp.o.d -o CMakeFiles/cmTC_ca61d.dir/CMakeCXXCompilerABI.cpp.o -c /opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [Apple clang version 15.0.0 (clang-1500.3.9.4)] - ignore line: [Target: arm64-apple-darwin23.5.0] - ignore line: [Thread model: posix] - ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin] - ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]] - ignore line: [ "/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple arm64-apple-macosx14.0.0 -Wundef-prefix=TARGET_OS_ -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all --mrelax-relocations -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mframe-pointer=non-leaf -fno-strict-return -ffp-contract=on -fno-rounding-math -funwind-tables=1 -fobjc-msgsend-selector-stubs -target-sdk-version=14.4 -fvisibility-inlines-hidden-static-local-var -target-cpu apple-m1 -target-feature +v8.5a -target-feature +crc -target-feature +lse -target-feature +rdm -target-feature +crypto -target-feature +dotprod -target-feature +fp-armv8 -target-feature +neon -target-feature +fp16fml -target-feature +ras -target-feature +rcpc -target-feature +zcm -target-feature +zcz -target-feature +fullfp16 -target-feature +sm4 -target-feature +sha3 -target-feature +sha2 -target-feature +aes -target-abi darwinpcs -debugger-tuning=lldb -target-linker-version 1053.12 -v -fcoverage-compilation-dir=/Users/spirosmag/Documents/AlgoPlus/tests/CMakeFiles/CMakeScratch/TryCompile-RYDIR4 -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0 -dependency-file CMakeFiles/cmTC_ca61d.dir/CMakeCXXCompilerABI.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_ca61d.dir/CMakeCXXCompilerABI.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -fdeprecated-macro -fdebug-compilation-dir=/Users/spirosmag/Documents/AlgoPlus/tests/CMakeFiles/CMakeScratch/TryCompile-RYDIR4 -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o CMakeFiles/cmTC_ca61d.dir/CMakeCXXCompilerABI.cpp.o -x c++ /opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target arm64-apple-darwin23.5.0] - ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/local/include"] - ignore line: [ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/Library/Frameworks"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include/c++/v1] - ignore line: [ /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include] - ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/include] - ignore line: [ /Library/Developer/CommandLineTools/usr/include] - ignore line: [ /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/System/Library/Frameworks (framework directory)] - ignore line: [End of search list.] - ignore line: [Linking CXX executable cmTC_ca61d] - ignore line: [/opt/homebrew/Cellar/cmake/3.28.3/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ca61d.dir/link.txt --verbose=1] - ignore line: [/Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk -Wl -search_paths_first -Wl -headerpad_max_install_names -v -Wl -v CMakeFiles/cmTC_ca61d.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_ca61d ] - ignore line: [Apple clang version 15.0.0 (clang-1500.3.9.4)] - ignore line: [Target: arm64-apple-darwin23.5.0] - ignore line: [Thread model: posix] - ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin] - link line: [ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch arm64 -platform_version macos 14.0.0 14.4 -syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk -o cmTC_ca61d -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_ca61d.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] - arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore - arg [-demangle] ==> ignore - arg [-lto_library] ==> ignore, skip following value - arg [/Library/Developer/CommandLineTools/usr/lib/libLTO.dylib] ==> skip value of -lto_library - arg [-dynamic] ==> ignore - arg [-arch] ==> ignore - arg [arm64] ==> ignore - arg [-platform_version] ==> ignore - arg [macos] ==> ignore - arg [14.0.0] ==> ignore - arg [14.4] ==> ignore - arg [-syslibroot] ==> ignore - arg [/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk] ==> ignore - arg [-o] ==> ignore - arg [cmTC_ca61d] ==> ignore - arg [-search_paths_first] ==> ignore - arg [-headerpad_max_install_names] ==> ignore - arg [-v] ==> ignore - arg [CMakeFiles/cmTC_ca61d.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore - arg [-lc++] ==> lib [c++] - arg [-lSystem] ==> lib [System] - arg [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] - Library search paths: [;/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/lib;/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/lib/swift] - Framework search paths: [;/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/System/Library/Frameworks] - remove lib [System] - remove lib [/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/lib/darwin/libclang_rt.osx.a] - collapse library dir [/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/lib] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/lib] - collapse library dir [/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/lib/swift] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/lib/swift] - collapse framework dir [/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/System/Library/Frameworks] ==> [/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/System/Library/Frameworks] - implicit libs: [c++] - implicit objs: [] - implicit dirs: [/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/lib;/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/usr/lib/swift] - implicit fwks: [/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk/System/Library/Frameworks] - - -... diff --git a/tests/CMakeFiles/CMakeDirectoryInformation.cmake b/tests/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index f04ae834..00000000 --- a/tests/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.28 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/spirosmag/documents/AlgoPlus") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/spirosmag/documents/AlgoPlus/tests") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/tests/CMakeFiles/CMakeRuleHashes.txt b/tests/CMakeFiles/CMakeRuleHashes.txt deleted file mode 100644 index 380f430a..00000000 --- a/tests/CMakeFiles/CMakeRuleHashes.txt +++ /dev/null @@ -1,2 +0,0 @@ -# Hashes of file build rules. -2539dc3e438e3b5eabd53e46eba59b07 CMakeFiles/run-clang-tidy diff --git a/tests/CMakeFiles/Makefile.cmake b/tests/CMakeFiles/Makefile.cmake deleted file mode 100644 index 906933d6..00000000 --- a/tests/CMakeFiles/Makefile.cmake +++ /dev/null @@ -1,112 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.28 - -# The generator used is: -set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") - -# The top level Makefile was generated from the following files: -set(CMAKE_MAKEFILE_DEPENDS - "CMakeCache.txt" - "/Users/spirosmag/documents/AlgoPlus/CMakeLists.txt" - "CMakeFiles/3.28.3/CMakeCXXCompiler.cmake" - "CMakeFiles/3.28.3/CMakeSystem.cmake" - "CMakeFiles/VerifyGlobs.cmake" - "CMakeFiles/cmake.verify_globs" - "CMakeLists.txt" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeCXXCompiler.cmake.in" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeCXXCompilerABI.cpp" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeCXXInformation.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeCompilerIdDetection.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeDetermineCompileFeatures.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeDetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeDetermineCompilerABI.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeDetermineCompilerId.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeDetermineSystem.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeFindBinUtils.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeGenericSystem.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeInitializeConfigs.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeLanguageInformation.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeSystem.cmake.in" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeTestCXXCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeTestCompilerCommon.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeUnixFindMake.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/AppleClang-CXX.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/Clang.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/GNU.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Internal/FeatureTesting.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Platform/Apple-AppleClang-CXX.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Platform/Apple-Clang-CXX.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Platform/Apple-Clang.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Platform/Darwin-Determine-CXX.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Platform/Darwin-Initialize.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Platform/Darwin.cmake" - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/Platform/UnixPaths.cmake" - ) - -# The corresponding makefile is: -set(CMAKE_MAKEFILE_OUTPUTS - "Makefile" - "CMakeFiles/cmake.check_cache" - ) - -# Byproducts of CMake generate step: -set(CMAKE_MAKEFILE_PRODUCTS - "CMakeFiles/3.28.3/CMakeSystem.cmake" - "CMakeFiles/3.28.3/CMakeCXXCompiler.cmake" - "CMakeFiles/3.28.3/CMakeCXXCompiler.cmake" - "CMakeFiles/CMakeDirectoryInformation.cmake" - "tests/CMakeFiles/CMakeDirectoryInformation.cmake" - ) - -# Dependency information for all targets: -set(CMAKE_DEPEND_INFO_FILES - "CMakeFiles/run-clang-tidy.dir/DependInfo.cmake" - "tests/CMakeFiles/runUnitTests.dir/DependInfo.cmake" - ) diff --git a/tests/CMakeFiles/Makefile2 b/tests/CMakeFiles/Makefile2 deleted file mode 100644 index 7b3904e9..00000000 --- a/tests/CMakeFiles/Makefile2 +++ /dev/null @@ -1,155 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.28 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /opt/homebrew/Cellar/cmake/3.28.3/bin/cmake - -# The command to remove a file. -RM = /opt/homebrew/Cellar/cmake/3.28.3/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /Users/spirosmag/documents/AlgoPlus - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /Users/spirosmag/documents/AlgoPlus/tests - -#============================================================================= -# Directory level rules for the build root directory - -# The main recursive "all" target. -all: tests/all -.PHONY : all - -# The main recursive "preinstall" target. -preinstall: tests/preinstall -.PHONY : preinstall - -# The main recursive "clean" target. -clean: CMakeFiles/run-clang-tidy.dir/clean -clean: tests/clean -.PHONY : clean - -#============================================================================= -# Directory level rules for directory tests - -# Recursive "all" directory target. -tests/all: tests/CMakeFiles/runUnitTests.dir/all -.PHONY : tests/all - -# Recursive "preinstall" directory target. -tests/preinstall: -.PHONY : tests/preinstall - -# Recursive "clean" directory target. -tests/clean: tests/CMakeFiles/runUnitTests.dir/clean -.PHONY : tests/clean - -#============================================================================= -# Target rules for target CMakeFiles/run-clang-tidy.dir - -# All Build rule for target. -CMakeFiles/run-clang-tidy.dir/all: - $(MAKE) $(MAKESILENT) -f CMakeFiles/run-clang-tidy.dir/build.make CMakeFiles/run-clang-tidy.dir/depend - $(MAKE) $(MAKESILENT) -f CMakeFiles/run-clang-tidy.dir/build.make CMakeFiles/run-clang-tidy.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=1 "Built target run-clang-tidy" -.PHONY : CMakeFiles/run-clang-tidy.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/run-clang-tidy.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/run-clang-tidy.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles 0 -.PHONY : CMakeFiles/run-clang-tidy.dir/rule - -# Convenience name for target. -run-clang-tidy: CMakeFiles/run-clang-tidy.dir/rule -.PHONY : run-clang-tidy - -# clean rule for target. -CMakeFiles/run-clang-tidy.dir/clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles/run-clang-tidy.dir/build.make CMakeFiles/run-clang-tidy.dir/clean -.PHONY : CMakeFiles/run-clang-tidy.dir/clean - -#============================================================================= -# Target rules for target tests/CMakeFiles/runUnitTests.dir - -# All Build rule for target. -tests/CMakeFiles/runUnitTests.dir/all: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/depend - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58 "Built target runUnitTests" -.PHONY : tests/CMakeFiles/runUnitTests.dir/all - -# Build rule for subdir invocation for target. -tests/CMakeFiles/runUnitTests.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles 57 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/runUnitTests.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles 0 -.PHONY : tests/CMakeFiles/runUnitTests.dir/rule - -# Convenience name for target. -runUnitTests: tests/CMakeFiles/runUnitTests.dir/rule -.PHONY : runUnitTests - -# clean rule for target. -tests/CMakeFiles/runUnitTests.dir/clean: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/clean -.PHONY : tests/CMakeFiles/runUnitTests.dir/clean - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -P /Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles/VerifyGlobs.cmake - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/tests/CMakeFiles/Progress/10 b/tests/CMakeFiles/Progress/10 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/10 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/11 b/tests/CMakeFiles/Progress/11 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/11 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/12 b/tests/CMakeFiles/Progress/12 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/12 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/13 b/tests/CMakeFiles/Progress/13 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/13 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/14 b/tests/CMakeFiles/Progress/14 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/14 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/15 b/tests/CMakeFiles/Progress/15 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/15 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/16 b/tests/CMakeFiles/Progress/16 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/16 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/17 b/tests/CMakeFiles/Progress/17 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/17 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/18 b/tests/CMakeFiles/Progress/18 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/18 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/19 b/tests/CMakeFiles/Progress/19 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/19 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/2 b/tests/CMakeFiles/Progress/2 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/2 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/20 b/tests/CMakeFiles/Progress/20 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/20 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/21 b/tests/CMakeFiles/Progress/21 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/21 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/22 b/tests/CMakeFiles/Progress/22 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/22 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/23 b/tests/CMakeFiles/Progress/23 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/23 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/24 b/tests/CMakeFiles/Progress/24 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/24 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/25 b/tests/CMakeFiles/Progress/25 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/25 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/26 b/tests/CMakeFiles/Progress/26 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/26 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/27 b/tests/CMakeFiles/Progress/27 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/27 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/28 b/tests/CMakeFiles/Progress/28 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/28 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/29 b/tests/CMakeFiles/Progress/29 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/29 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/3 b/tests/CMakeFiles/Progress/3 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/3 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/4 b/tests/CMakeFiles/Progress/4 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/4 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/5 b/tests/CMakeFiles/Progress/5 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/5 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/6 b/tests/CMakeFiles/Progress/6 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/6 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/7 b/tests/CMakeFiles/Progress/7 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/7 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/8 b/tests/CMakeFiles/Progress/8 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/8 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/9 b/tests/CMakeFiles/Progress/9 deleted file mode 100644 index 7b4d68d7..00000000 --- a/tests/CMakeFiles/Progress/9 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/tests/CMakeFiles/Progress/count.txt b/tests/CMakeFiles/Progress/count.txt deleted file mode 100644 index e1617e84..00000000 --- a/tests/CMakeFiles/Progress/count.txt +++ /dev/null @@ -1 +0,0 @@ -57 diff --git a/tests/CMakeFiles/TargetDirectories.txt b/tests/CMakeFiles/TargetDirectories.txt deleted file mode 100644 index 511e6083..00000000 --- a/tests/CMakeFiles/TargetDirectories.txt +++ /dev/null @@ -1,8 +0,0 @@ -/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles/run-clang-tidy.dir -/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles/test.dir -/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles/edit_cache.dir -/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles/rebuild_cache.dir -/Users/spirosmag/documents/AlgoPlus/tests/tests/CMakeFiles/runUnitTests.dir -/Users/spirosmag/documents/AlgoPlus/tests/tests/CMakeFiles/test.dir -/Users/spirosmag/documents/AlgoPlus/tests/tests/CMakeFiles/edit_cache.dir -/Users/spirosmag/documents/AlgoPlus/tests/tests/CMakeFiles/rebuild_cache.dir diff --git a/tests/CMakeFiles/VerifyGlobs.cmake b/tests/CMakeFiles/VerifyGlobs.cmake deleted file mode 100644 index a9a93f82..00000000 --- a/tests/CMakeFiles/VerifyGlobs.cmake +++ /dev/null @@ -1,78 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by CMake Version 3.28 -cmake_policy(SET CMP0009 NEW) - -# TEST_SOURCES at tests/CMakeLists.txt:1 (file) -file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false "/Users/spirosmag/documents/AlgoPlus/tests/*.cc") -set(OLD_GLOB - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/coin_change.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/fibonacci.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/kadane.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/lcs.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/lis.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/number_theory/gcd.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/bfs.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/binary_search.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/dfs.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/exponential_search.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/interpolation_search.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/jump_search.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/linear_search.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/ternary_search.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/bubble_sort.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/bucket_sort.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/counting_sort.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/heap_sort.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/insertion_sort.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/merge_sort.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/quick_sort.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/radix_sort.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/selection_sort.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/string/find_and_replace.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/string/kmp.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/string/min_distance.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/string/rabin_karp.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/graph/graph.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/graph/weighted_graph.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/hash_table/hash_table.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/linalg/mat1d/mat_1d.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/linalg/mat2d/mat_2d.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/list/circular_linked_list.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/list/doubly_list.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/list/frequency_list.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/list/list.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/list/skip_list.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/machine_learning/clustering/DBSCAN/dbscan.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/machine_learning/clustering/kmeans/kmeans.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/machine_learning/image/image.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/machine_learning/regression/lin_reg.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/machine_learning/regression/poly_reg.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/machine_learning/search_algorithms/astar.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/machine_learning/search_algorithms/best_first.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/machine_learning/search_algorithms/hill_climbing.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/queue/dequeue_list.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/stack/stack_list.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/test_main.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/tree/avl.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/tree/bst.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/tree/interval_tree.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/tree/red_black_tree.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/tree/splay_tree.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/tree/tree.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/tree/trie.cc" - "/Users/spirosmag/documents/AlgoPlus/tests/tree/ttf_tree.cc" - ) -if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") - message("-- GLOB mismatch!") - file(TOUCH_NOCREATE "/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles/cmake.verify_globs") -endif() - -# TEST_SOURCES at tests/CMakeLists.txt:1 (file) -file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false "/Users/spirosmag/documents/AlgoPlus/tests/test_main.cc") -set(OLD_GLOB - "/Users/spirosmag/documents/AlgoPlus/tests/test_main.cc" - ) -if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") - message("-- GLOB mismatch!") - file(TOUCH_NOCREATE "/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles/cmake.verify_globs") -endif() diff --git a/tests/CMakeFiles/cmake.check_cache b/tests/CMakeFiles/cmake.check_cache deleted file mode 100644 index 3dccd731..00000000 --- a/tests/CMakeFiles/cmake.check_cache +++ /dev/null @@ -1 +0,0 @@ -# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/tests/CMakeFiles/cmake.verify_globs b/tests/CMakeFiles/cmake.verify_globs deleted file mode 100644 index 2b38facb..00000000 --- a/tests/CMakeFiles/cmake.verify_globs +++ /dev/null @@ -1 +0,0 @@ -# This file is generated by CMake for checking of the VerifyGlobs.cmake file diff --git a/tests/CMakeFiles/progress.marks b/tests/CMakeFiles/progress.marks deleted file mode 100644 index e1617e84..00000000 --- a/tests/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -57 diff --git a/tests/CMakeFiles/run-clang-tidy.dir/DependInfo.cmake b/tests/CMakeFiles/run-clang-tidy.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/tests/CMakeFiles/run-clang-tidy.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/tests/CMakeFiles/run-clang-tidy.dir/build.make b/tests/CMakeFiles/run-clang-tidy.dir/build.make deleted file mode 100644 index 91522fd6..00000000 --- a/tests/CMakeFiles/run-clang-tidy.dir/build.make +++ /dev/null @@ -1,88 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.28 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /opt/homebrew/Cellar/cmake/3.28.3/bin/cmake - -# The command to remove a file. -RM = /opt/homebrew/Cellar/cmake/3.28.3/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /Users/spirosmag/documents/AlgoPlus - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /Users/spirosmag/documents/AlgoPlus/tests - -# Utility rule file for run-clang-tidy. - -# Include any custom commands dependencies for this target. -include CMakeFiles/run-clang-tidy.dir/compiler_depend.make - -# Include the progress variables for this target. -include CMakeFiles/run-clang-tidy.dir/progress.make - -CMakeFiles/run-clang-tidy: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Running clang-tidy..." - cd /Users/spirosmag/documents/AlgoPlus && /opt/homebrew/opt/llvm/bin/clang-tidy -p /Users/spirosmag/documents/AlgoPlus/tests -header-filter=.* -system-headers /Users/spirosmag/documents/AlgoPlus/src/algorithms/dynamic_programming/coin_change.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/dynamic_programming/fib.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/dynamic_programming/kadane.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/dynamic_programming/lcs.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/dynamic_programming/lis.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/number_theory/eratosthenes_sieve.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/number_theory/gcd.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/number_theory/mersenne_primes.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/searching/bfs.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/searching/binary_search.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/searching/dfs.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/searching/exponential_search.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/searching/interpolation_search.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/searching/jump_search.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/searching/linear_search.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/searching/ternary_search.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/sorting/bubble_sort.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/sorting/bucket_sort.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/sorting/counting_sort.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/sorting/heap_sort.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/sorting/insertion_sort.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/sorting/merge_sort.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/sorting/quick_sort.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/sorting/radix_sort.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/sorting/selection_sort.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/string/edit_distance.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/string/find_and_replace.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/string/kmp.h /Users/spirosmag/documents/AlgoPlus/src/algorithms/string/rabin_karp.h /Users/spirosmag/documents/AlgoPlus/src/classes/disjoint_set/disjoint_set.h /Users/spirosmag/documents/AlgoPlus/src/classes/graph/graph.h /Users/spirosmag/documents/AlgoPlus/src/classes/hash_table/hash_table.h /Users/spirosmag/documents/AlgoPlus/src/classes/heap/min_heap.h /Users/spirosmag/documents/AlgoPlus/src/classes/list/circular_linked_list.h /Users/spirosmag/documents/AlgoPlus/src/classes/list/doubly_linked_list.h /Users/spirosmag/documents/AlgoPlus/src/classes/list/frequency_list.h /Users/spirosmag/documents/AlgoPlus/src/classes/list/linked_list.h /Users/spirosmag/documents/AlgoPlus/src/classes/list/skip_list.h /Users/spirosmag/documents/AlgoPlus/src/classes/queue/dequeue_list.h /Users/spirosmag/documents/AlgoPlus/src/classes/stack/stack_list.h /Users/spirosmag/documents/AlgoPlus/src/classes/tree/234_tree.h /Users/spirosmag/documents/AlgoPlus/src/classes/tree/avl_tree.h /Users/spirosmag/documents/AlgoPlus/src/classes/tree/bst.h /Users/spirosmag/documents/AlgoPlus/src/classes/tree/interval_tree.h /Users/spirosmag/documents/AlgoPlus/src/classes/tree/red_black_tree.h /Users/spirosmag/documents/AlgoPlus/src/classes/tree/splay_tree.h /Users/spirosmag/documents/AlgoPlus/src/classes/tree/tree.h /Users/spirosmag/documents/AlgoPlus/src/classes/tree/trie.h /Users/spirosmag/documents/AlgoPlus/src/include/algoplus.h /Users/spirosmag/documents/AlgoPlus/src/linalg/mat_1d.h /Users/spirosmag/documents/AlgoPlus/src/linalg/mat_2d.h /Users/spirosmag/documents/AlgoPlus/src/machine_learning/clustering/DBSCAN/dbscan.h /Users/spirosmag/documents/AlgoPlus/src/machine_learning/clustering/kmeans/kmeans.h /Users/spirosmag/documents/AlgoPlus/src/machine_learning/image/edge_detection/prewitt.h /Users/spirosmag/documents/AlgoPlus/src/machine_learning/image/edge_detection/sobel_operator.h /Users/spirosmag/documents/AlgoPlus/src/machine_learning/image/encoders/huffman_encoding.h /Users/spirosmag/documents/AlgoPlus/src/machine_learning/image/filters/average_filter.h /Users/spirosmag/documents/AlgoPlus/src/machine_learning/image/filters/median_filter.h /Users/spirosmag/documents/AlgoPlus/src/machine_learning/image/filters/sharpening_filter.h /Users/spirosmag/documents/AlgoPlus/src/machine_learning/image/image.h /Users/spirosmag/documents/AlgoPlus/src/machine_learning/image/morphology/operations.h /Users/spirosmag/documents/AlgoPlus/src/machine_learning/image/point_detection/laplacian_point_detect.h /Users/spirosmag/documents/AlgoPlus/src/machine_learning/regression/linear_regression/lin_reg.h /Users/spirosmag/documents/AlgoPlus/src/machine_learning/regression/polynomial_regression/poly_reg.h /Users/spirosmag/documents/AlgoPlus/src/machine_learning/search_algorithms/AStar/astar.h /Users/spirosmag/documents/AlgoPlus/src/machine_learning/search_algorithms/best_first/best_first.h /Users/spirosmag/documents/AlgoPlus/src/machine_learning/search_algorithms/hill_climbing/hill_climbing.h /Users/spirosmag/documents/AlgoPlus/src/visualization/graph_visual/graph_visualization.h /Users/spirosmag/documents/AlgoPlus/src/visualization/list_visual/linked_list_visualization.h /Users/spirosmag/documents/AlgoPlus/src/visualization/tree_visual/tree_visualization.h - -run-clang-tidy: CMakeFiles/run-clang-tidy -run-clang-tidy: CMakeFiles/run-clang-tidy.dir/build.make -.PHONY : run-clang-tidy - -# Rule to build all files generated by this target. -CMakeFiles/run-clang-tidy.dir/build: run-clang-tidy -.PHONY : CMakeFiles/run-clang-tidy.dir/build - -CMakeFiles/run-clang-tidy.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/run-clang-tidy.dir/cmake_clean.cmake -.PHONY : CMakeFiles/run-clang-tidy.dir/clean - -CMakeFiles/run-clang-tidy.dir/depend: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/spirosmag/documents/AlgoPlus /Users/spirosmag/documents/AlgoPlus /Users/spirosmag/documents/AlgoPlus/tests /Users/spirosmag/documents/AlgoPlus/tests /Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles/run-clang-tidy.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : CMakeFiles/run-clang-tidy.dir/depend - diff --git a/tests/CMakeFiles/run-clang-tidy.dir/cmake_clean.cmake b/tests/CMakeFiles/run-clang-tidy.dir/cmake_clean.cmake deleted file mode 100644 index 03d7d3f4..00000000 --- a/tests/CMakeFiles/run-clang-tidy.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/run-clang-tidy" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/run-clang-tidy.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/tests/CMakeFiles/run-clang-tidy.dir/compiler_depend.make b/tests/CMakeFiles/run-clang-tidy.dir/compiler_depend.make deleted file mode 100644 index 0f31b93c..00000000 --- a/tests/CMakeFiles/run-clang-tidy.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for run-clang-tidy. -# This may be replaced when dependencies are built. diff --git a/tests/CMakeFiles/run-clang-tidy.dir/compiler_depend.ts b/tests/CMakeFiles/run-clang-tidy.dir/compiler_depend.ts deleted file mode 100644 index 800915f0..00000000 --- a/tests/CMakeFiles/run-clang-tidy.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for run-clang-tidy. diff --git a/tests/CMakeFiles/run-clang-tidy.dir/progress.make b/tests/CMakeFiles/run-clang-tidy.dir/progress.make deleted file mode 100644 index 781c7de2..00000000 --- a/tests/CMakeFiles/run-clang-tidy.dir/progress.make +++ /dev/null @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = 1 - diff --git a/tests/CTestTestfile.cmake b/tests/CTestTestfile.cmake deleted file mode 100644 index 684f3703..00000000 --- a/tests/CTestTestfile.cmake +++ /dev/null @@ -1,7 +0,0 @@ -# CMake generated Testfile for -# Source directory: /Users/spirosmag/documents/AlgoPlus -# Build directory: /Users/spirosmag/documents/AlgoPlus/tests -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. -subdirs("tests") diff --git a/tests/Makefile b/tests/Makefile deleted file mode 100644 index 207f3987..00000000 --- a/tests/Makefile +++ /dev/null @@ -1,181 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.28 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /opt/homebrew/Cellar/cmake/3.28.3/bin/cmake - -# The command to remove a file. -RM = /opt/homebrew/Cellar/cmake/3.28.3/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /Users/spirosmag/documents/AlgoPlus - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /Users/spirosmag/documents/AlgoPlus/tests - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target test -test: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..." - /opt/homebrew/Cellar/cmake/3.28.3/bin/ctest --force-new-ctest-process $(ARGS) -.PHONY : test - -# Special rule for the target test -test/fast: test -.PHONY : test/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /opt/homebrew/Cellar/cmake/3.28.3/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /opt/homebrew/Cellar/cmake/3.28.3/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles /Users/spirosmag/documents/AlgoPlus/tests//CMakeFiles/progress.marks - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start /Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - $(CMAKE_COMMAND) -P /Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles/VerifyGlobs.cmake - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -#============================================================================= -# Target rules for targets named run-clang-tidy - -# Build rule for target. -run-clang-tidy: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 run-clang-tidy -.PHONY : run-clang-tidy - -# fast build rule for target. -run-clang-tidy/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/run-clang-tidy.dir/build.make CMakeFiles/run-clang-tidy.dir/build -.PHONY : run-clang-tidy/fast - -#============================================================================= -# Target rules for targets named runUnitTests - -# Build rule for target. -runUnitTests: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 runUnitTests -.PHONY : runUnitTests - -# fast build rule for target. -runUnitTests/fast: - $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/build -.PHONY : runUnitTests/fast - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... rebuild_cache" - @echo "... test" - @echo "... run-clang-tidy" - @echo "... runUnitTests" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -P /Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles/VerifyGlobs.cmake - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/tests/Testing/Temporary/CTestCostData.txt b/tests/Testing/Temporary/CTestCostData.txt deleted file mode 100644 index ed97d539..00000000 --- a/tests/Testing/Temporary/CTestCostData.txt +++ /dev/null @@ -1 +0,0 @@ ---- diff --git a/tests/Testing/Temporary/LastTest.log b/tests/Testing/Temporary/LastTest.log deleted file mode 100644 index f1713ace..00000000 --- a/tests/Testing/Temporary/LastTest.log +++ /dev/null @@ -1,3 +0,0 @@ -Start testing: Aug 01 23:35 EEST ----------------------------------------------------------- -End testing: Aug 01 23:35 EEST diff --git a/tests/cmake_install.cmake b/tests/cmake_install.cmake deleted file mode 100644 index ce3e0767..00000000 --- a/tests/cmake_install.cmake +++ /dev/null @@ -1,55 +0,0 @@ -# Install script for directory: /Users/spirosmag/documents/AlgoPlus - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set default install directory permissions. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Library/Developer/CommandLineTools/usr/bin/objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/Users/spirosmag/documents/AlgoPlus/tests/tests/cmake_install.cmake") - -endif() - -if(CMAKE_INSTALL_COMPONENT) - set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") -else() - set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -file(WRITE "/Users/spirosmag/documents/AlgoPlus/tests/${CMAKE_INSTALL_MANIFEST}" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/tests/tests/CMakeFiles/CMakeDirectoryInformation.cmake b/tests/tests/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index f04ae834..00000000 --- a/tests/tests/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.28 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/spirosmag/documents/AlgoPlus") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/spirosmag/documents/AlgoPlus/tests") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/tests/tests/CMakeFiles/progress.marks b/tests/tests/CMakeFiles/progress.marks deleted file mode 100644 index e1617e84..00000000 --- a/tests/tests/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -57 diff --git a/tests/tests/CMakeFiles/runUnitTests.dir/DependInfo.cmake b/tests/tests/CMakeFiles/runUnitTests.dir/DependInfo.cmake deleted file mode 100644 index e3d970d7..00000000 --- a/tests/tests/CMakeFiles/runUnitTests.dir/DependInfo.cmake +++ /dev/null @@ -1,78 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/coin_change.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/fibonacci.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/kadane.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/lcs.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/lis.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/number_theory/gcd.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/bfs.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/binary_search.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/dfs.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/exponential_search.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/interpolation_search.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/jump_search.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/linear_search.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/ternary_search.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/bubble_sort.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/bucket_sort.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/counting_sort.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/heap_sort.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/insertion_sort.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/merge_sort.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/quick_sort.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/radix_sort.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/selection_sort.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/string/find_and_replace.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/string/kmp.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/string/min_distance.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/algorithms/string/rabin_karp.cc" "tests/CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/graph/graph.cc" "tests/CMakeFiles/runUnitTests.dir/graph/graph.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/graph/graph.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/graph/weighted_graph.cc" "tests/CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/hash_table/hash_table.cc" "tests/CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/linalg/mat1d/mat_1d.cc" "tests/CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/linalg/mat2d/mat_2d.cc" "tests/CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/list/circular_linked_list.cc" "tests/CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/list/doubly_list.cc" "tests/CMakeFiles/runUnitTests.dir/list/doubly_list.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/list/doubly_list.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/list/frequency_list.cc" "tests/CMakeFiles/runUnitTests.dir/list/frequency_list.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/list/frequency_list.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/list/list.cc" "tests/CMakeFiles/runUnitTests.dir/list/list.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/list/list.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/list/skip_list.cc" "tests/CMakeFiles/runUnitTests.dir/list/skip_list.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/list/skip_list.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/machine_learning/clustering/DBSCAN/dbscan.cc" "tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/machine_learning/clustering/kmeans/kmeans.cc" "tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/machine_learning/image/image.cc" "tests/CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/machine_learning/regression/lin_reg.cc" "tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/machine_learning/regression/poly_reg.cc" "tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/machine_learning/search_algorithms/astar.cc" "tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/machine_learning/search_algorithms/best_first.cc" "tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/machine_learning/search_algorithms/hill_climbing.cc" "tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/queue/dequeue_list.cc" "tests/CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/stack/stack_list.cc" "tests/CMakeFiles/runUnitTests.dir/stack/stack_list.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/stack/stack_list.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/test_main.cc" "tests/CMakeFiles/runUnitTests.dir/test_main.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/test_main.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/tree/avl.cc" "tests/CMakeFiles/runUnitTests.dir/tree/avl.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/tree/avl.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/tree/bst.cc" "tests/CMakeFiles/runUnitTests.dir/tree/bst.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/tree/bst.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/tree/interval_tree.cc" "tests/CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/tree/red_black_tree.cc" "tests/CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/tree/splay_tree.cc" "tests/CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/tree/tree.cc" "tests/CMakeFiles/runUnitTests.dir/tree/tree.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/tree/tree.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/tree/trie.cc" "tests/CMakeFiles/runUnitTests.dir/tree/trie.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/tree/trie.cc.o.d" - "/Users/spirosmag/documents/AlgoPlus/tests/tree/ttf_tree.cc" "tests/CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.o" "gcc" "tests/CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/tests/tests/CMakeFiles/runUnitTests.dir/build.make b/tests/tests/CMakeFiles/runUnitTests.dir/build.make deleted file mode 100644 index 51b8fae6..00000000 --- a/tests/tests/CMakeFiles/runUnitTests.dir/build.make +++ /dev/null @@ -1,990 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.28 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /opt/homebrew/Cellar/cmake/3.28.3/bin/cmake - -# The command to remove a file. -RM = /opt/homebrew/Cellar/cmake/3.28.3/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /Users/spirosmag/documents/AlgoPlus - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /Users/spirosmag/documents/AlgoPlus/tests - -# Include any dependencies generated for this target. -include tests/CMakeFiles/runUnitTests.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include tests/CMakeFiles/runUnitTests.dir/compiler_depend.make - -# Include the progress variables for this target. -include tests/CMakeFiles/runUnitTests.dir/progress.make - -# Include the compile flags for this target's objects. -include tests/CMakeFiles/runUnitTests.dir/flags.make - -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.o: algorithms/dynamic_programming/coin_change.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/coin_change.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/coin_change.cc > CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/coin_change.cc -o CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.o: algorithms/dynamic_programming/fibonacci.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/fibonacci.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/fibonacci.cc > CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/fibonacci.cc -o CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.o: algorithms/dynamic_programming/kadane.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/kadane.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/kadane.cc > CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/kadane.cc -o CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.o: algorithms/dynamic_programming/lcs.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/lcs.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/lcs.cc > CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/lcs.cc -o CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.o: algorithms/dynamic_programming/lis.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/lis.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/lis.cc > CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/dynamic_programming/lis.cc -o CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.o: algorithms/number_theory/gcd.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/number_theory/gcd.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/number_theory/gcd.cc > CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/number_theory/gcd.cc -o CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.o: algorithms/searching/bfs.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/bfs.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/bfs.cc > CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/bfs.cc -o CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.o: algorithms/searching/binary_search.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/binary_search.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/binary_search.cc > CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/binary_search.cc -o CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.o: algorithms/searching/dfs.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/dfs.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/dfs.cc > CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/dfs.cc -o CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.o: algorithms/searching/exponential_search.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/exponential_search.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/exponential_search.cc > CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/exponential_search.cc -o CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.o: algorithms/searching/interpolation_search.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/interpolation_search.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/interpolation_search.cc > CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/interpolation_search.cc -o CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.o: algorithms/searching/jump_search.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/jump_search.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/jump_search.cc > CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/jump_search.cc -o CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.o: algorithms/searching/linear_search.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/linear_search.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/linear_search.cc > CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/linear_search.cc -o CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.o: algorithms/searching/ternary_search.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/ternary_search.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/ternary_search.cc > CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/searching/ternary_search.cc -o CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.o: algorithms/sorting/bubble_sort.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/bubble_sort.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/bubble_sort.cc > CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/bubble_sort.cc -o CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.o: algorithms/sorting/bucket_sort.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/bucket_sort.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/bucket_sort.cc > CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/bucket_sort.cc -o CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.o: algorithms/sorting/counting_sort.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/counting_sort.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/counting_sort.cc > CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/counting_sort.cc -o CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.o: algorithms/sorting/heap_sort.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/heap_sort.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/heap_sort.cc > CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/heap_sort.cc -o CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.o: algorithms/sorting/insertion_sort.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/insertion_sort.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/insertion_sort.cc > CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/insertion_sort.cc -o CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.o: algorithms/sorting/merge_sort.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/merge_sort.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/merge_sort.cc > CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/merge_sort.cc -o CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.o: algorithms/sorting/quick_sort.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/quick_sort.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/quick_sort.cc > CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/quick_sort.cc -o CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.o: algorithms/sorting/radix_sort.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/radix_sort.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/radix_sort.cc > CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/radix_sort.cc -o CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.o: algorithms/sorting/selection_sort.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/selection_sort.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/selection_sort.cc > CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/sorting/selection_sort.cc -o CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.o: algorithms/string/find_and_replace.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/string/find_and_replace.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/string/find_and_replace.cc > CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/string/find_and_replace.cc -o CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.o: algorithms/string/kmp.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/string/kmp.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/string/kmp.cc > CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/string/kmp.cc -o CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.o: algorithms/string/min_distance.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/string/min_distance.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/string/min_distance.cc > CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/string/min_distance.cc -o CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.s - -tests/CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.o: algorithms/string/rabin_karp.cc -tests/CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building CXX object tests/CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.o -MF CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.o.d -o CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/algorithms/string/rabin_karp.cc - -tests/CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/algorithms/string/rabin_karp.cc > CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.i - -tests/CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/algorithms/string/rabin_karp.cc -o CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.s - -tests/CMakeFiles/runUnitTests.dir/graph/graph.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/graph/graph.cc.o: graph/graph.cc -tests/CMakeFiles/runUnitTests.dir/graph/graph.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building CXX object tests/CMakeFiles/runUnitTests.dir/graph/graph.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/graph/graph.cc.o -MF CMakeFiles/runUnitTests.dir/graph/graph.cc.o.d -o CMakeFiles/runUnitTests.dir/graph/graph.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/graph/graph.cc - -tests/CMakeFiles/runUnitTests.dir/graph/graph.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/graph/graph.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/graph/graph.cc > CMakeFiles/runUnitTests.dir/graph/graph.cc.i - -tests/CMakeFiles/runUnitTests.dir/graph/graph.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/graph/graph.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/graph/graph.cc -o CMakeFiles/runUnitTests.dir/graph/graph.cc.s - -tests/CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.o: graph/weighted_graph.cc -tests/CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building CXX object tests/CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.o -MF CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.o.d -o CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/graph/weighted_graph.cc - -tests/CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/graph/weighted_graph.cc > CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.i - -tests/CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/graph/weighted_graph.cc -o CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.s - -tests/CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.o: hash_table/hash_table.cc -tests/CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building CXX object tests/CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.o -MF CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.o.d -o CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/hash_table/hash_table.cc - -tests/CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/hash_table/hash_table.cc > CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.i - -tests/CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/hash_table/hash_table.cc -o CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.s - -tests/CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.o: linalg/mat1d/mat_1d.cc -tests/CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building CXX object tests/CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.o -MF CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.o.d -o CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/linalg/mat1d/mat_1d.cc - -tests/CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/linalg/mat1d/mat_1d.cc > CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.i - -tests/CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/linalg/mat1d/mat_1d.cc -o CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.s - -tests/CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.o: linalg/mat2d/mat_2d.cc -tests/CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building CXX object tests/CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.o -MF CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.o.d -o CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/linalg/mat2d/mat_2d.cc - -tests/CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/linalg/mat2d/mat_2d.cc > CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.i - -tests/CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/linalg/mat2d/mat_2d.cc -o CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.s - -tests/CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.o: list/circular_linked_list.cc -tests/CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building CXX object tests/CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.o -MF CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.o.d -o CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/list/circular_linked_list.cc - -tests/CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/list/circular_linked_list.cc > CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.i - -tests/CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/list/circular_linked_list.cc -o CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.s - -tests/CMakeFiles/runUnitTests.dir/list/doubly_list.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/list/doubly_list.cc.o: list/doubly_list.cc -tests/CMakeFiles/runUnitTests.dir/list/doubly_list.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building CXX object tests/CMakeFiles/runUnitTests.dir/list/doubly_list.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/list/doubly_list.cc.o -MF CMakeFiles/runUnitTests.dir/list/doubly_list.cc.o.d -o CMakeFiles/runUnitTests.dir/list/doubly_list.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/list/doubly_list.cc - -tests/CMakeFiles/runUnitTests.dir/list/doubly_list.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/list/doubly_list.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/list/doubly_list.cc > CMakeFiles/runUnitTests.dir/list/doubly_list.cc.i - -tests/CMakeFiles/runUnitTests.dir/list/doubly_list.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/list/doubly_list.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/list/doubly_list.cc -o CMakeFiles/runUnitTests.dir/list/doubly_list.cc.s - -tests/CMakeFiles/runUnitTests.dir/list/frequency_list.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/list/frequency_list.cc.o: list/frequency_list.cc -tests/CMakeFiles/runUnitTests.dir/list/frequency_list.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Building CXX object tests/CMakeFiles/runUnitTests.dir/list/frequency_list.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/list/frequency_list.cc.o -MF CMakeFiles/runUnitTests.dir/list/frequency_list.cc.o.d -o CMakeFiles/runUnitTests.dir/list/frequency_list.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/list/frequency_list.cc - -tests/CMakeFiles/runUnitTests.dir/list/frequency_list.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/list/frequency_list.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/list/frequency_list.cc > CMakeFiles/runUnitTests.dir/list/frequency_list.cc.i - -tests/CMakeFiles/runUnitTests.dir/list/frequency_list.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/list/frequency_list.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/list/frequency_list.cc -o CMakeFiles/runUnitTests.dir/list/frequency_list.cc.s - -tests/CMakeFiles/runUnitTests.dir/list/list.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/list/list.cc.o: list/list.cc -tests/CMakeFiles/runUnitTests.dir/list/list.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Building CXX object tests/CMakeFiles/runUnitTests.dir/list/list.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/list/list.cc.o -MF CMakeFiles/runUnitTests.dir/list/list.cc.o.d -o CMakeFiles/runUnitTests.dir/list/list.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/list/list.cc - -tests/CMakeFiles/runUnitTests.dir/list/list.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/list/list.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/list/list.cc > CMakeFiles/runUnitTests.dir/list/list.cc.i - -tests/CMakeFiles/runUnitTests.dir/list/list.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/list/list.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/list/list.cc -o CMakeFiles/runUnitTests.dir/list/list.cc.s - -tests/CMakeFiles/runUnitTests.dir/list/skip_list.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/list/skip_list.cc.o: list/skip_list.cc -tests/CMakeFiles/runUnitTests.dir/list/skip_list.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Building CXX object tests/CMakeFiles/runUnitTests.dir/list/skip_list.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/list/skip_list.cc.o -MF CMakeFiles/runUnitTests.dir/list/skip_list.cc.o.d -o CMakeFiles/runUnitTests.dir/list/skip_list.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/list/skip_list.cc - -tests/CMakeFiles/runUnitTests.dir/list/skip_list.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/list/skip_list.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/list/skip_list.cc > CMakeFiles/runUnitTests.dir/list/skip_list.cc.i - -tests/CMakeFiles/runUnitTests.dir/list/skip_list.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/list/skip_list.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/list/skip_list.cc -o CMakeFiles/runUnitTests.dir/list/skip_list.cc.s - -tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.o: machine_learning/clustering/DBSCAN/dbscan.cc -tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Building CXX object tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.o -MF CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.o.d -o CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/clustering/DBSCAN/dbscan.cc - -tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/clustering/DBSCAN/dbscan.cc > CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.i - -tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/clustering/DBSCAN/dbscan.cc -o CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.s - -tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.o: machine_learning/clustering/kmeans/kmeans.cc -tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Building CXX object tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.o -MF CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.o.d -o CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/clustering/kmeans/kmeans.cc - -tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/clustering/kmeans/kmeans.cc > CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.i - -tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/clustering/kmeans/kmeans.cc -o CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.s - -tests/CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.o: machine_learning/image/image.cc -tests/CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Building CXX object tests/CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.o -MF CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.o.d -o CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/image/image.cc - -tests/CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/image/image.cc > CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.i - -tests/CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/image/image.cc -o CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.s - -tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.o: machine_learning/regression/lin_reg.cc -tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Building CXX object tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.o -MF CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.o.d -o CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/regression/lin_reg.cc - -tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/regression/lin_reg.cc > CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.i - -tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/regression/lin_reg.cc -o CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.s - -tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.o: machine_learning/regression/poly_reg.cc -tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Building CXX object tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.o -MF CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.o.d -o CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/regression/poly_reg.cc - -tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/regression/poly_reg.cc > CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.i - -tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/regression/poly_reg.cc -o CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.s - -tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.o: machine_learning/search_algorithms/astar.cc -tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Building CXX object tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.o -MF CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.o.d -o CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/search_algorithms/astar.cc - -tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/search_algorithms/astar.cc > CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.i - -tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/search_algorithms/astar.cc -o CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.s - -tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.o: machine_learning/search_algorithms/best_first.cc -tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Building CXX object tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.o -MF CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.o.d -o CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/search_algorithms/best_first.cc - -tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/search_algorithms/best_first.cc > CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.i - -tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/search_algorithms/best_first.cc -o CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.s - -tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.o: machine_learning/search_algorithms/hill_climbing.cc -tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building CXX object tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.o -MF CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.o.d -o CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/search_algorithms/hill_climbing.cc - -tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/search_algorithms/hill_climbing.cc > CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.i - -tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/machine_learning/search_algorithms/hill_climbing.cc -o CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.s - -tests/CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.o: queue/dequeue_list.cc -tests/CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building CXX object tests/CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.o -MF CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.o.d -o CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/queue/dequeue_list.cc - -tests/CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/queue/dequeue_list.cc > CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.i - -tests/CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/queue/dequeue_list.cc -o CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.s - -tests/CMakeFiles/runUnitTests.dir/stack/stack_list.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/stack/stack_list.cc.o: stack/stack_list.cc -tests/CMakeFiles/runUnitTests.dir/stack/stack_list.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building CXX object tests/CMakeFiles/runUnitTests.dir/stack/stack_list.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/stack/stack_list.cc.o -MF CMakeFiles/runUnitTests.dir/stack/stack_list.cc.o.d -o CMakeFiles/runUnitTests.dir/stack/stack_list.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/stack/stack_list.cc - -tests/CMakeFiles/runUnitTests.dir/stack/stack_list.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/stack/stack_list.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/stack/stack_list.cc > CMakeFiles/runUnitTests.dir/stack/stack_list.cc.i - -tests/CMakeFiles/runUnitTests.dir/stack/stack_list.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/stack/stack_list.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/stack/stack_list.cc -o CMakeFiles/runUnitTests.dir/stack/stack_list.cc.s - -tests/CMakeFiles/runUnitTests.dir/test_main.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/test_main.cc.o: test_main.cc -tests/CMakeFiles/runUnitTests.dir/test_main.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building CXX object tests/CMakeFiles/runUnitTests.dir/test_main.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/test_main.cc.o -MF CMakeFiles/runUnitTests.dir/test_main.cc.o.d -o CMakeFiles/runUnitTests.dir/test_main.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/test_main.cc - -tests/CMakeFiles/runUnitTests.dir/test_main.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/test_main.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/test_main.cc > CMakeFiles/runUnitTests.dir/test_main.cc.i - -tests/CMakeFiles/runUnitTests.dir/test_main.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/test_main.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/test_main.cc -o CMakeFiles/runUnitTests.dir/test_main.cc.s - -tests/CMakeFiles/runUnitTests.dir/tree/avl.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/tree/avl.cc.o: tree/avl.cc -tests/CMakeFiles/runUnitTests.dir/tree/avl.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building CXX object tests/CMakeFiles/runUnitTests.dir/tree/avl.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/tree/avl.cc.o -MF CMakeFiles/runUnitTests.dir/tree/avl.cc.o.d -o CMakeFiles/runUnitTests.dir/tree/avl.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/tree/avl.cc - -tests/CMakeFiles/runUnitTests.dir/tree/avl.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/tree/avl.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/tree/avl.cc > CMakeFiles/runUnitTests.dir/tree/avl.cc.i - -tests/CMakeFiles/runUnitTests.dir/tree/avl.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/tree/avl.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/tree/avl.cc -o CMakeFiles/runUnitTests.dir/tree/avl.cc.s - -tests/CMakeFiles/runUnitTests.dir/tree/bst.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/tree/bst.cc.o: tree/bst.cc -tests/CMakeFiles/runUnitTests.dir/tree/bst.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building CXX object tests/CMakeFiles/runUnitTests.dir/tree/bst.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/tree/bst.cc.o -MF CMakeFiles/runUnitTests.dir/tree/bst.cc.o.d -o CMakeFiles/runUnitTests.dir/tree/bst.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/tree/bst.cc - -tests/CMakeFiles/runUnitTests.dir/tree/bst.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/tree/bst.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/tree/bst.cc > CMakeFiles/runUnitTests.dir/tree/bst.cc.i - -tests/CMakeFiles/runUnitTests.dir/tree/bst.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/tree/bst.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/tree/bst.cc -o CMakeFiles/runUnitTests.dir/tree/bst.cc.s - -tests/CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.o: tree/interval_tree.cc -tests/CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building CXX object tests/CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.o -MF CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.o.d -o CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/tree/interval_tree.cc - -tests/CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/tree/interval_tree.cc > CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.i - -tests/CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/tree/interval_tree.cc -o CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.s - -tests/CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.o: tree/red_black_tree.cc -tests/CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building CXX object tests/CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.o -MF CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.o.d -o CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/tree/red_black_tree.cc - -tests/CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/tree/red_black_tree.cc > CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.i - -tests/CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/tree/red_black_tree.cc -o CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.s - -tests/CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.o: tree/splay_tree.cc -tests/CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building CXX object tests/CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.o -MF CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.o.d -o CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/tree/splay_tree.cc - -tests/CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/tree/splay_tree.cc > CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.i - -tests/CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/tree/splay_tree.cc -o CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.s - -tests/CMakeFiles/runUnitTests.dir/tree/tree.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/tree/tree.cc.o: tree/tree.cc -tests/CMakeFiles/runUnitTests.dir/tree/tree.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building CXX object tests/CMakeFiles/runUnitTests.dir/tree/tree.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/tree/tree.cc.o -MF CMakeFiles/runUnitTests.dir/tree/tree.cc.o.d -o CMakeFiles/runUnitTests.dir/tree/tree.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/tree/tree.cc - -tests/CMakeFiles/runUnitTests.dir/tree/tree.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/tree/tree.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/tree/tree.cc > CMakeFiles/runUnitTests.dir/tree/tree.cc.i - -tests/CMakeFiles/runUnitTests.dir/tree/tree.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/tree/tree.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/tree/tree.cc -o CMakeFiles/runUnitTests.dir/tree/tree.cc.s - -tests/CMakeFiles/runUnitTests.dir/tree/trie.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/tree/trie.cc.o: tree/trie.cc -tests/CMakeFiles/runUnitTests.dir/tree/trie.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building CXX object tests/CMakeFiles/runUnitTests.dir/tree/trie.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/tree/trie.cc.o -MF CMakeFiles/runUnitTests.dir/tree/trie.cc.o.d -o CMakeFiles/runUnitTests.dir/tree/trie.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/tree/trie.cc - -tests/CMakeFiles/runUnitTests.dir/tree/trie.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/tree/trie.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/tree/trie.cc > CMakeFiles/runUnitTests.dir/tree/trie.cc.i - -tests/CMakeFiles/runUnitTests.dir/tree/trie.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/tree/trie.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/tree/trie.cc -o CMakeFiles/runUnitTests.dir/tree/trie.cc.s - -tests/CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.o: tests/CMakeFiles/runUnitTests.dir/flags.make -tests/CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.o: tree/ttf_tree.cc -tests/CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.o: tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building CXX object tests/CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.o" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT tests/CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.o -MF CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.o.d -o CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.o -c /Users/spirosmag/documents/AlgoPlus/tests/tree/ttf_tree.cc - -tests/CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.i" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /Users/spirosmag/documents/AlgoPlus/tests/tree/ttf_tree.cc > CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.i - -tests/CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.s" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && /Library/Developer/CommandLineTools/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /Users/spirosmag/documents/AlgoPlus/tests/tree/ttf_tree.cc -o CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.s - -# Object files for target runUnitTests -runUnitTests_OBJECTS = \ -"CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.o" \ -"CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.o" \ -"CMakeFiles/runUnitTests.dir/graph/graph.cc.o" \ -"CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.o" \ -"CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.o" \ -"CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.o" \ -"CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.o" \ -"CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.o" \ -"CMakeFiles/runUnitTests.dir/list/doubly_list.cc.o" \ -"CMakeFiles/runUnitTests.dir/list/frequency_list.cc.o" \ -"CMakeFiles/runUnitTests.dir/list/list.cc.o" \ -"CMakeFiles/runUnitTests.dir/list/skip_list.cc.o" \ -"CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.o" \ -"CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.o" \ -"CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.o" \ -"CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.o" \ -"CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.o" \ -"CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.o" \ -"CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.o" \ -"CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.o" \ -"CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.o" \ -"CMakeFiles/runUnitTests.dir/stack/stack_list.cc.o" \ -"CMakeFiles/runUnitTests.dir/test_main.cc.o" \ -"CMakeFiles/runUnitTests.dir/tree/avl.cc.o" \ -"CMakeFiles/runUnitTests.dir/tree/bst.cc.o" \ -"CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.o" \ -"CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.o" \ -"CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.o" \ -"CMakeFiles/runUnitTests.dir/tree/tree.cc.o" \ -"CMakeFiles/runUnitTests.dir/tree/trie.cc.o" \ -"CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.o" - -# External object files for target runUnitTests -runUnitTests_EXTERNAL_OBJECTS = - -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/graph/graph.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/list/doubly_list.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/list/frequency_list.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/list/list.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/list/skip_list.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/stack/stack_list.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/test_main.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/tree/avl.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/tree/bst.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/tree/tree.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/tree/trie.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.o -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/build.make -tests/runUnitTests: tests/CMakeFiles/runUnitTests.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Linking CXX executable runUnitTests" - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/runUnitTests.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -tests/CMakeFiles/runUnitTests.dir/build: tests/runUnitTests -.PHONY : tests/CMakeFiles/runUnitTests.dir/build - -tests/CMakeFiles/runUnitTests.dir/clean: - cd /Users/spirosmag/documents/AlgoPlus/tests/tests && $(CMAKE_COMMAND) -P CMakeFiles/runUnitTests.dir/cmake_clean.cmake -.PHONY : tests/CMakeFiles/runUnitTests.dir/clean - -tests/CMakeFiles/runUnitTests.dir/depend: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/spirosmag/documents/AlgoPlus /Users/spirosmag/documents/AlgoPlus/tests /Users/spirosmag/documents/AlgoPlus/tests /Users/spirosmag/documents/AlgoPlus/tests/tests /Users/spirosmag/documents/AlgoPlus/tests/tests/CMakeFiles/runUnitTests.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : tests/CMakeFiles/runUnitTests.dir/depend - diff --git a/tests/tests/CMakeFiles/runUnitTests.dir/cmake_clean.cmake b/tests/tests/CMakeFiles/runUnitTests.dir/cmake_clean.cmake deleted file mode 100644 index d8a9649c..00000000 --- a/tests/tests/CMakeFiles/runUnitTests.dir/cmake_clean.cmake +++ /dev/null @@ -1,121 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.o.d" - "CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.o" - "CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.o.d" - "CMakeFiles/runUnitTests.dir/graph/graph.cc.o" - "CMakeFiles/runUnitTests.dir/graph/graph.cc.o.d" - "CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.o" - "CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.o.d" - "CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.o" - "CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.o.d" - "CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.o" - "CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.o.d" - "CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.o" - "CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.o.d" - "CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.o" - "CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.o.d" - "CMakeFiles/runUnitTests.dir/list/doubly_list.cc.o" - "CMakeFiles/runUnitTests.dir/list/doubly_list.cc.o.d" - "CMakeFiles/runUnitTests.dir/list/frequency_list.cc.o" - "CMakeFiles/runUnitTests.dir/list/frequency_list.cc.o.d" - "CMakeFiles/runUnitTests.dir/list/list.cc.o" - "CMakeFiles/runUnitTests.dir/list/list.cc.o.d" - "CMakeFiles/runUnitTests.dir/list/skip_list.cc.o" - "CMakeFiles/runUnitTests.dir/list/skip_list.cc.o.d" - "CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.o" - "CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.o.d" - "CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.o" - "CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.o.d" - "CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.o" - "CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.o.d" - "CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.o" - "CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.o.d" - "CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.o" - "CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.o.d" - "CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.o" - "CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.o.d" - "CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.o" - "CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.o.d" - "CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.o" - "CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.o.d" - "CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.o" - "CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.o.d" - "CMakeFiles/runUnitTests.dir/stack/stack_list.cc.o" - "CMakeFiles/runUnitTests.dir/stack/stack_list.cc.o.d" - "CMakeFiles/runUnitTests.dir/test_main.cc.o" - "CMakeFiles/runUnitTests.dir/test_main.cc.o.d" - "CMakeFiles/runUnitTests.dir/tree/avl.cc.o" - "CMakeFiles/runUnitTests.dir/tree/avl.cc.o.d" - "CMakeFiles/runUnitTests.dir/tree/bst.cc.o" - "CMakeFiles/runUnitTests.dir/tree/bst.cc.o.d" - "CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.o" - "CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.o.d" - "CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.o" - "CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.o.d" - "CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.o" - "CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.o.d" - "CMakeFiles/runUnitTests.dir/tree/tree.cc.o" - "CMakeFiles/runUnitTests.dir/tree/tree.cc.o.d" - "CMakeFiles/runUnitTests.dir/tree/trie.cc.o" - "CMakeFiles/runUnitTests.dir/tree/trie.cc.o.d" - "CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.o" - "CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.o.d" - "runUnitTests" - "runUnitTests.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/runUnitTests.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/tests/tests/CMakeFiles/runUnitTests.dir/compiler_depend.make b/tests/tests/CMakeFiles/runUnitTests.dir/compiler_depend.make deleted file mode 100644 index f6afebce..00000000 --- a/tests/tests/CMakeFiles/runUnitTests.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for runUnitTests. -# This may be replaced when dependencies are built. diff --git a/tests/tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts b/tests/tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts deleted file mode 100644 index 72b8a9d4..00000000 --- a/tests/tests/CMakeFiles/runUnitTests.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for runUnitTests. diff --git a/tests/tests/CMakeFiles/runUnitTests.dir/depend.make b/tests/tests/CMakeFiles/runUnitTests.dir/depend.make deleted file mode 100644 index 871990f9..00000000 --- a/tests/tests/CMakeFiles/runUnitTests.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for runUnitTests. -# This may be replaced when dependencies are built. diff --git a/tests/tests/CMakeFiles/runUnitTests.dir/flags.make b/tests/tests/CMakeFiles/runUnitTests.dir/flags.make deleted file mode 100644 index 7514b1f3..00000000 --- a/tests/tests/CMakeFiles/runUnitTests.dir/flags.make +++ /dev/null @@ -1,12 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.28 - -# compile CXX with /Library/Developer/CommandLineTools/usr/bin/c++ -CXX_DEFINES = - -CXX_INCLUDES = -I/Users/spirosmag/documents/AlgoPlus/tests/../src/algorithms -I/Users/spirosmag/documents/AlgoPlus/tests/../src/classes - -CXX_FLAGSarm64 = -std=gnu++17 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk - -CXX_FLAGS = -std=gnu++17 -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk - diff --git a/tests/tests/CMakeFiles/runUnitTests.dir/link.txt b/tests/tests/CMakeFiles/runUnitTests.dir/link.txt deleted file mode 100644 index ebcbdd0e..00000000 --- a/tests/tests/CMakeFiles/runUnitTests.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/Library/Developer/CommandLineTools/usr/bin/c++ -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.o CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.o CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.o CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.o CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.o CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.o CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.o CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.o CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.o CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.o CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.o CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.o CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.o CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.o CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.o CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.o CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.o CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.o CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.o CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.o CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.o CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.o CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.o CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.o CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.o CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.o CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.o CMakeFiles/runUnitTests.dir/graph/graph.cc.o CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.o CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.o CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.o CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.o CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.o CMakeFiles/runUnitTests.dir/list/doubly_list.cc.o CMakeFiles/runUnitTests.dir/list/frequency_list.cc.o CMakeFiles/runUnitTests.dir/list/list.cc.o CMakeFiles/runUnitTests.dir/list/skip_list.cc.o CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.o CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.o CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.o CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.o CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.o CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.o CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.o CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.o CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.o CMakeFiles/runUnitTests.dir/stack/stack_list.cc.o CMakeFiles/runUnitTests.dir/test_main.cc.o CMakeFiles/runUnitTests.dir/tree/avl.cc.o CMakeFiles/runUnitTests.dir/tree/bst.cc.o CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.o CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.o CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.o CMakeFiles/runUnitTests.dir/tree/tree.cc.o CMakeFiles/runUnitTests.dir/tree/trie.cc.o CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.o -o runUnitTests diff --git a/tests/tests/CMakeFiles/runUnitTests.dir/progress.make b/tests/tests/CMakeFiles/runUnitTests.dir/progress.make deleted file mode 100644 index 0d9b4a5d..00000000 --- a/tests/tests/CMakeFiles/runUnitTests.dir/progress.make +++ /dev/null @@ -1,58 +0,0 @@ -CMAKE_PROGRESS_1 = 2 -CMAKE_PROGRESS_2 = 3 -CMAKE_PROGRESS_3 = 4 -CMAKE_PROGRESS_4 = 5 -CMAKE_PROGRESS_5 = 6 -CMAKE_PROGRESS_6 = 7 -CMAKE_PROGRESS_7 = 8 -CMAKE_PROGRESS_8 = 9 -CMAKE_PROGRESS_9 = 10 -CMAKE_PROGRESS_10 = 11 -CMAKE_PROGRESS_11 = 12 -CMAKE_PROGRESS_12 = 13 -CMAKE_PROGRESS_13 = 14 -CMAKE_PROGRESS_14 = 15 -CMAKE_PROGRESS_15 = 16 -CMAKE_PROGRESS_16 = 17 -CMAKE_PROGRESS_17 = 18 -CMAKE_PROGRESS_18 = 19 -CMAKE_PROGRESS_19 = 20 -CMAKE_PROGRESS_20 = 21 -CMAKE_PROGRESS_21 = 22 -CMAKE_PROGRESS_22 = 23 -CMAKE_PROGRESS_23 = 24 -CMAKE_PROGRESS_24 = 25 -CMAKE_PROGRESS_25 = 26 -CMAKE_PROGRESS_26 = 27 -CMAKE_PROGRESS_27 = 28 -CMAKE_PROGRESS_28 = 29 -CMAKE_PROGRESS_29 = 30 -CMAKE_PROGRESS_30 = 31 -CMAKE_PROGRESS_31 = 32 -CMAKE_PROGRESS_32 = 33 -CMAKE_PROGRESS_33 = 34 -CMAKE_PROGRESS_34 = 35 -CMAKE_PROGRESS_35 = 36 -CMAKE_PROGRESS_36 = 37 -CMAKE_PROGRESS_37 = 38 -CMAKE_PROGRESS_38 = 39 -CMAKE_PROGRESS_39 = 40 -CMAKE_PROGRESS_40 = 41 -CMAKE_PROGRESS_41 = 42 -CMAKE_PROGRESS_42 = 43 -CMAKE_PROGRESS_43 = 44 -CMAKE_PROGRESS_44 = 45 -CMAKE_PROGRESS_45 = 46 -CMAKE_PROGRESS_46 = 47 -CMAKE_PROGRESS_47 = 48 -CMAKE_PROGRESS_48 = 49 -CMAKE_PROGRESS_49 = 50 -CMAKE_PROGRESS_50 = 51 -CMAKE_PROGRESS_51 = 52 -CMAKE_PROGRESS_52 = 53 -CMAKE_PROGRESS_53 = 54 -CMAKE_PROGRESS_54 = 55 -CMAKE_PROGRESS_55 = 56 -CMAKE_PROGRESS_56 = 57 -CMAKE_PROGRESS_57 = 58 - diff --git a/tests/tests/CTestTestfile.cmake b/tests/tests/CTestTestfile.cmake deleted file mode 100644 index 3c401c19..00000000 --- a/tests/tests/CTestTestfile.cmake +++ /dev/null @@ -1,8 +0,0 @@ -# CMake generated Testfile for -# Source directory: /Users/spirosmag/documents/AlgoPlus/tests -# Build directory: /Users/spirosmag/documents/AlgoPlus/tests/tests -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. -add_test(runUnitTests "/Users/spirosmag/documents/AlgoPlus/tests/tests/runUnitTests") -set_tests_properties(runUnitTests PROPERTIES _BACKTRACE_TRIPLES "/Users/spirosmag/documents/AlgoPlus/tests/CMakeLists.txt;15;add_test;/Users/spirosmag/documents/AlgoPlus/tests/CMakeLists.txt;0;") diff --git a/tests/tests/Makefile b/tests/tests/Makefile deleted file mode 100644 index 95f0181c..00000000 --- a/tests/tests/Makefile +++ /dev/null @@ -1,1680 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 3.28 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#Suppress display of executed commands. -$(VERBOSE).SILENT: - -# A target that is always out of date. -cmake_force: -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -# The shell in which to execute make rules. -SHELL = /bin/sh - -# The CMake executable. -CMAKE_COMMAND = /opt/homebrew/Cellar/cmake/3.28.3/bin/cmake - -# The command to remove a file. -RM = /opt/homebrew/Cellar/cmake/3.28.3/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /Users/spirosmag/documents/AlgoPlus - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /Users/spirosmag/documents/AlgoPlus/tests - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target test -test: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..." - /opt/homebrew/Cellar/cmake/3.28.3/bin/ctest --force-new-ctest-process $(ARGS) -.PHONY : test - -# Special rule for the target test -test/fast: test -.PHONY : test/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /opt/homebrew/Cellar/cmake/3.28.3/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /opt/homebrew/Cellar/cmake/3.28.3/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - cd /Users/spirosmag/documents/AlgoPlus/tests && $(CMAKE_COMMAND) -E cmake_progress_start /Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles /Users/spirosmag/documents/AlgoPlus/tests/tests//CMakeFiles/progress.marks - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/all - $(CMAKE_COMMAND) -E cmake_progress_start /Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(CMAKE_COMMAND) -P /Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles/VerifyGlobs.cmake - cd /Users/spirosmag/documents/AlgoPlus/tests && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -tests/CMakeFiles/runUnitTests.dir/rule: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tests/CMakeFiles/runUnitTests.dir/rule -.PHONY : tests/CMakeFiles/runUnitTests.dir/rule - -# Convenience name for target. -runUnitTests: tests/CMakeFiles/runUnitTests.dir/rule -.PHONY : runUnitTests - -# fast build rule for target. -runUnitTests/fast: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/build -.PHONY : runUnitTests/fast - -algorithms/dynamic_programming/coin_change.o: algorithms/dynamic_programming/coin_change.cc.o -.PHONY : algorithms/dynamic_programming/coin_change.o - -# target to build an object file -algorithms/dynamic_programming/coin_change.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.o -.PHONY : algorithms/dynamic_programming/coin_change.cc.o - -algorithms/dynamic_programming/coin_change.i: algorithms/dynamic_programming/coin_change.cc.i -.PHONY : algorithms/dynamic_programming/coin_change.i - -# target to preprocess a source file -algorithms/dynamic_programming/coin_change.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.i -.PHONY : algorithms/dynamic_programming/coin_change.cc.i - -algorithms/dynamic_programming/coin_change.s: algorithms/dynamic_programming/coin_change.cc.s -.PHONY : algorithms/dynamic_programming/coin_change.s - -# target to generate assembly for a file -algorithms/dynamic_programming/coin_change.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/coin_change.cc.s -.PHONY : algorithms/dynamic_programming/coin_change.cc.s - -algorithms/dynamic_programming/fibonacci.o: algorithms/dynamic_programming/fibonacci.cc.o -.PHONY : algorithms/dynamic_programming/fibonacci.o - -# target to build an object file -algorithms/dynamic_programming/fibonacci.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.o -.PHONY : algorithms/dynamic_programming/fibonacci.cc.o - -algorithms/dynamic_programming/fibonacci.i: algorithms/dynamic_programming/fibonacci.cc.i -.PHONY : algorithms/dynamic_programming/fibonacci.i - -# target to preprocess a source file -algorithms/dynamic_programming/fibonacci.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.i -.PHONY : algorithms/dynamic_programming/fibonacci.cc.i - -algorithms/dynamic_programming/fibonacci.s: algorithms/dynamic_programming/fibonacci.cc.s -.PHONY : algorithms/dynamic_programming/fibonacci.s - -# target to generate assembly for a file -algorithms/dynamic_programming/fibonacci.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/fibonacci.cc.s -.PHONY : algorithms/dynamic_programming/fibonacci.cc.s - -algorithms/dynamic_programming/kadane.o: algorithms/dynamic_programming/kadane.cc.o -.PHONY : algorithms/dynamic_programming/kadane.o - -# target to build an object file -algorithms/dynamic_programming/kadane.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.o -.PHONY : algorithms/dynamic_programming/kadane.cc.o - -algorithms/dynamic_programming/kadane.i: algorithms/dynamic_programming/kadane.cc.i -.PHONY : algorithms/dynamic_programming/kadane.i - -# target to preprocess a source file -algorithms/dynamic_programming/kadane.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.i -.PHONY : algorithms/dynamic_programming/kadane.cc.i - -algorithms/dynamic_programming/kadane.s: algorithms/dynamic_programming/kadane.cc.s -.PHONY : algorithms/dynamic_programming/kadane.s - -# target to generate assembly for a file -algorithms/dynamic_programming/kadane.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/kadane.cc.s -.PHONY : algorithms/dynamic_programming/kadane.cc.s - -algorithms/dynamic_programming/lcs.o: algorithms/dynamic_programming/lcs.cc.o -.PHONY : algorithms/dynamic_programming/lcs.o - -# target to build an object file -algorithms/dynamic_programming/lcs.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.o -.PHONY : algorithms/dynamic_programming/lcs.cc.o - -algorithms/dynamic_programming/lcs.i: algorithms/dynamic_programming/lcs.cc.i -.PHONY : algorithms/dynamic_programming/lcs.i - -# target to preprocess a source file -algorithms/dynamic_programming/lcs.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.i -.PHONY : algorithms/dynamic_programming/lcs.cc.i - -algorithms/dynamic_programming/lcs.s: algorithms/dynamic_programming/lcs.cc.s -.PHONY : algorithms/dynamic_programming/lcs.s - -# target to generate assembly for a file -algorithms/dynamic_programming/lcs.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lcs.cc.s -.PHONY : algorithms/dynamic_programming/lcs.cc.s - -algorithms/dynamic_programming/lis.o: algorithms/dynamic_programming/lis.cc.o -.PHONY : algorithms/dynamic_programming/lis.o - -# target to build an object file -algorithms/dynamic_programming/lis.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.o -.PHONY : algorithms/dynamic_programming/lis.cc.o - -algorithms/dynamic_programming/lis.i: algorithms/dynamic_programming/lis.cc.i -.PHONY : algorithms/dynamic_programming/lis.i - -# target to preprocess a source file -algorithms/dynamic_programming/lis.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.i -.PHONY : algorithms/dynamic_programming/lis.cc.i - -algorithms/dynamic_programming/lis.s: algorithms/dynamic_programming/lis.cc.s -.PHONY : algorithms/dynamic_programming/lis.s - -# target to generate assembly for a file -algorithms/dynamic_programming/lis.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/dynamic_programming/lis.cc.s -.PHONY : algorithms/dynamic_programming/lis.cc.s - -algorithms/number_theory/gcd.o: algorithms/number_theory/gcd.cc.o -.PHONY : algorithms/number_theory/gcd.o - -# target to build an object file -algorithms/number_theory/gcd.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.o -.PHONY : algorithms/number_theory/gcd.cc.o - -algorithms/number_theory/gcd.i: algorithms/number_theory/gcd.cc.i -.PHONY : algorithms/number_theory/gcd.i - -# target to preprocess a source file -algorithms/number_theory/gcd.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.i -.PHONY : algorithms/number_theory/gcd.cc.i - -algorithms/number_theory/gcd.s: algorithms/number_theory/gcd.cc.s -.PHONY : algorithms/number_theory/gcd.s - -# target to generate assembly for a file -algorithms/number_theory/gcd.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/number_theory/gcd.cc.s -.PHONY : algorithms/number_theory/gcd.cc.s - -algorithms/searching/bfs.o: algorithms/searching/bfs.cc.o -.PHONY : algorithms/searching/bfs.o - -# target to build an object file -algorithms/searching/bfs.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.o -.PHONY : algorithms/searching/bfs.cc.o - -algorithms/searching/bfs.i: algorithms/searching/bfs.cc.i -.PHONY : algorithms/searching/bfs.i - -# target to preprocess a source file -algorithms/searching/bfs.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.i -.PHONY : algorithms/searching/bfs.cc.i - -algorithms/searching/bfs.s: algorithms/searching/bfs.cc.s -.PHONY : algorithms/searching/bfs.s - -# target to generate assembly for a file -algorithms/searching/bfs.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/bfs.cc.s -.PHONY : algorithms/searching/bfs.cc.s - -algorithms/searching/binary_search.o: algorithms/searching/binary_search.cc.o -.PHONY : algorithms/searching/binary_search.o - -# target to build an object file -algorithms/searching/binary_search.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.o -.PHONY : algorithms/searching/binary_search.cc.o - -algorithms/searching/binary_search.i: algorithms/searching/binary_search.cc.i -.PHONY : algorithms/searching/binary_search.i - -# target to preprocess a source file -algorithms/searching/binary_search.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.i -.PHONY : algorithms/searching/binary_search.cc.i - -algorithms/searching/binary_search.s: algorithms/searching/binary_search.cc.s -.PHONY : algorithms/searching/binary_search.s - -# target to generate assembly for a file -algorithms/searching/binary_search.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/binary_search.cc.s -.PHONY : algorithms/searching/binary_search.cc.s - -algorithms/searching/dfs.o: algorithms/searching/dfs.cc.o -.PHONY : algorithms/searching/dfs.o - -# target to build an object file -algorithms/searching/dfs.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.o -.PHONY : algorithms/searching/dfs.cc.o - -algorithms/searching/dfs.i: algorithms/searching/dfs.cc.i -.PHONY : algorithms/searching/dfs.i - -# target to preprocess a source file -algorithms/searching/dfs.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.i -.PHONY : algorithms/searching/dfs.cc.i - -algorithms/searching/dfs.s: algorithms/searching/dfs.cc.s -.PHONY : algorithms/searching/dfs.s - -# target to generate assembly for a file -algorithms/searching/dfs.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/dfs.cc.s -.PHONY : algorithms/searching/dfs.cc.s - -algorithms/searching/exponential_search.o: algorithms/searching/exponential_search.cc.o -.PHONY : algorithms/searching/exponential_search.o - -# target to build an object file -algorithms/searching/exponential_search.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.o -.PHONY : algorithms/searching/exponential_search.cc.o - -algorithms/searching/exponential_search.i: algorithms/searching/exponential_search.cc.i -.PHONY : algorithms/searching/exponential_search.i - -# target to preprocess a source file -algorithms/searching/exponential_search.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.i -.PHONY : algorithms/searching/exponential_search.cc.i - -algorithms/searching/exponential_search.s: algorithms/searching/exponential_search.cc.s -.PHONY : algorithms/searching/exponential_search.s - -# target to generate assembly for a file -algorithms/searching/exponential_search.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/exponential_search.cc.s -.PHONY : algorithms/searching/exponential_search.cc.s - -algorithms/searching/interpolation_search.o: algorithms/searching/interpolation_search.cc.o -.PHONY : algorithms/searching/interpolation_search.o - -# target to build an object file -algorithms/searching/interpolation_search.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.o -.PHONY : algorithms/searching/interpolation_search.cc.o - -algorithms/searching/interpolation_search.i: algorithms/searching/interpolation_search.cc.i -.PHONY : algorithms/searching/interpolation_search.i - -# target to preprocess a source file -algorithms/searching/interpolation_search.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.i -.PHONY : algorithms/searching/interpolation_search.cc.i - -algorithms/searching/interpolation_search.s: algorithms/searching/interpolation_search.cc.s -.PHONY : algorithms/searching/interpolation_search.s - -# target to generate assembly for a file -algorithms/searching/interpolation_search.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/interpolation_search.cc.s -.PHONY : algorithms/searching/interpolation_search.cc.s - -algorithms/searching/jump_search.o: algorithms/searching/jump_search.cc.o -.PHONY : algorithms/searching/jump_search.o - -# target to build an object file -algorithms/searching/jump_search.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.o -.PHONY : algorithms/searching/jump_search.cc.o - -algorithms/searching/jump_search.i: algorithms/searching/jump_search.cc.i -.PHONY : algorithms/searching/jump_search.i - -# target to preprocess a source file -algorithms/searching/jump_search.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.i -.PHONY : algorithms/searching/jump_search.cc.i - -algorithms/searching/jump_search.s: algorithms/searching/jump_search.cc.s -.PHONY : algorithms/searching/jump_search.s - -# target to generate assembly for a file -algorithms/searching/jump_search.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/jump_search.cc.s -.PHONY : algorithms/searching/jump_search.cc.s - -algorithms/searching/linear_search.o: algorithms/searching/linear_search.cc.o -.PHONY : algorithms/searching/linear_search.o - -# target to build an object file -algorithms/searching/linear_search.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.o -.PHONY : algorithms/searching/linear_search.cc.o - -algorithms/searching/linear_search.i: algorithms/searching/linear_search.cc.i -.PHONY : algorithms/searching/linear_search.i - -# target to preprocess a source file -algorithms/searching/linear_search.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.i -.PHONY : algorithms/searching/linear_search.cc.i - -algorithms/searching/linear_search.s: algorithms/searching/linear_search.cc.s -.PHONY : algorithms/searching/linear_search.s - -# target to generate assembly for a file -algorithms/searching/linear_search.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/linear_search.cc.s -.PHONY : algorithms/searching/linear_search.cc.s - -algorithms/searching/ternary_search.o: algorithms/searching/ternary_search.cc.o -.PHONY : algorithms/searching/ternary_search.o - -# target to build an object file -algorithms/searching/ternary_search.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.o -.PHONY : algorithms/searching/ternary_search.cc.o - -algorithms/searching/ternary_search.i: algorithms/searching/ternary_search.cc.i -.PHONY : algorithms/searching/ternary_search.i - -# target to preprocess a source file -algorithms/searching/ternary_search.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.i -.PHONY : algorithms/searching/ternary_search.cc.i - -algorithms/searching/ternary_search.s: algorithms/searching/ternary_search.cc.s -.PHONY : algorithms/searching/ternary_search.s - -# target to generate assembly for a file -algorithms/searching/ternary_search.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/searching/ternary_search.cc.s -.PHONY : algorithms/searching/ternary_search.cc.s - -algorithms/sorting/bubble_sort.o: algorithms/sorting/bubble_sort.cc.o -.PHONY : algorithms/sorting/bubble_sort.o - -# target to build an object file -algorithms/sorting/bubble_sort.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.o -.PHONY : algorithms/sorting/bubble_sort.cc.o - -algorithms/sorting/bubble_sort.i: algorithms/sorting/bubble_sort.cc.i -.PHONY : algorithms/sorting/bubble_sort.i - -# target to preprocess a source file -algorithms/sorting/bubble_sort.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.i -.PHONY : algorithms/sorting/bubble_sort.cc.i - -algorithms/sorting/bubble_sort.s: algorithms/sorting/bubble_sort.cc.s -.PHONY : algorithms/sorting/bubble_sort.s - -# target to generate assembly for a file -algorithms/sorting/bubble_sort.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bubble_sort.cc.s -.PHONY : algorithms/sorting/bubble_sort.cc.s - -algorithms/sorting/bucket_sort.o: algorithms/sorting/bucket_sort.cc.o -.PHONY : algorithms/sorting/bucket_sort.o - -# target to build an object file -algorithms/sorting/bucket_sort.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.o -.PHONY : algorithms/sorting/bucket_sort.cc.o - -algorithms/sorting/bucket_sort.i: algorithms/sorting/bucket_sort.cc.i -.PHONY : algorithms/sorting/bucket_sort.i - -# target to preprocess a source file -algorithms/sorting/bucket_sort.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.i -.PHONY : algorithms/sorting/bucket_sort.cc.i - -algorithms/sorting/bucket_sort.s: algorithms/sorting/bucket_sort.cc.s -.PHONY : algorithms/sorting/bucket_sort.s - -# target to generate assembly for a file -algorithms/sorting/bucket_sort.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/bucket_sort.cc.s -.PHONY : algorithms/sorting/bucket_sort.cc.s - -algorithms/sorting/counting_sort.o: algorithms/sorting/counting_sort.cc.o -.PHONY : algorithms/sorting/counting_sort.o - -# target to build an object file -algorithms/sorting/counting_sort.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.o -.PHONY : algorithms/sorting/counting_sort.cc.o - -algorithms/sorting/counting_sort.i: algorithms/sorting/counting_sort.cc.i -.PHONY : algorithms/sorting/counting_sort.i - -# target to preprocess a source file -algorithms/sorting/counting_sort.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.i -.PHONY : algorithms/sorting/counting_sort.cc.i - -algorithms/sorting/counting_sort.s: algorithms/sorting/counting_sort.cc.s -.PHONY : algorithms/sorting/counting_sort.s - -# target to generate assembly for a file -algorithms/sorting/counting_sort.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/counting_sort.cc.s -.PHONY : algorithms/sorting/counting_sort.cc.s - -algorithms/sorting/heap_sort.o: algorithms/sorting/heap_sort.cc.o -.PHONY : algorithms/sorting/heap_sort.o - -# target to build an object file -algorithms/sorting/heap_sort.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.o -.PHONY : algorithms/sorting/heap_sort.cc.o - -algorithms/sorting/heap_sort.i: algorithms/sorting/heap_sort.cc.i -.PHONY : algorithms/sorting/heap_sort.i - -# target to preprocess a source file -algorithms/sorting/heap_sort.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.i -.PHONY : algorithms/sorting/heap_sort.cc.i - -algorithms/sorting/heap_sort.s: algorithms/sorting/heap_sort.cc.s -.PHONY : algorithms/sorting/heap_sort.s - -# target to generate assembly for a file -algorithms/sorting/heap_sort.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/heap_sort.cc.s -.PHONY : algorithms/sorting/heap_sort.cc.s - -algorithms/sorting/insertion_sort.o: algorithms/sorting/insertion_sort.cc.o -.PHONY : algorithms/sorting/insertion_sort.o - -# target to build an object file -algorithms/sorting/insertion_sort.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.o -.PHONY : algorithms/sorting/insertion_sort.cc.o - -algorithms/sorting/insertion_sort.i: algorithms/sorting/insertion_sort.cc.i -.PHONY : algorithms/sorting/insertion_sort.i - -# target to preprocess a source file -algorithms/sorting/insertion_sort.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.i -.PHONY : algorithms/sorting/insertion_sort.cc.i - -algorithms/sorting/insertion_sort.s: algorithms/sorting/insertion_sort.cc.s -.PHONY : algorithms/sorting/insertion_sort.s - -# target to generate assembly for a file -algorithms/sorting/insertion_sort.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/insertion_sort.cc.s -.PHONY : algorithms/sorting/insertion_sort.cc.s - -algorithms/sorting/merge_sort.o: algorithms/sorting/merge_sort.cc.o -.PHONY : algorithms/sorting/merge_sort.o - -# target to build an object file -algorithms/sorting/merge_sort.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.o -.PHONY : algorithms/sorting/merge_sort.cc.o - -algorithms/sorting/merge_sort.i: algorithms/sorting/merge_sort.cc.i -.PHONY : algorithms/sorting/merge_sort.i - -# target to preprocess a source file -algorithms/sorting/merge_sort.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.i -.PHONY : algorithms/sorting/merge_sort.cc.i - -algorithms/sorting/merge_sort.s: algorithms/sorting/merge_sort.cc.s -.PHONY : algorithms/sorting/merge_sort.s - -# target to generate assembly for a file -algorithms/sorting/merge_sort.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/merge_sort.cc.s -.PHONY : algorithms/sorting/merge_sort.cc.s - -algorithms/sorting/quick_sort.o: algorithms/sorting/quick_sort.cc.o -.PHONY : algorithms/sorting/quick_sort.o - -# target to build an object file -algorithms/sorting/quick_sort.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.o -.PHONY : algorithms/sorting/quick_sort.cc.o - -algorithms/sorting/quick_sort.i: algorithms/sorting/quick_sort.cc.i -.PHONY : algorithms/sorting/quick_sort.i - -# target to preprocess a source file -algorithms/sorting/quick_sort.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.i -.PHONY : algorithms/sorting/quick_sort.cc.i - -algorithms/sorting/quick_sort.s: algorithms/sorting/quick_sort.cc.s -.PHONY : algorithms/sorting/quick_sort.s - -# target to generate assembly for a file -algorithms/sorting/quick_sort.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/quick_sort.cc.s -.PHONY : algorithms/sorting/quick_sort.cc.s - -algorithms/sorting/radix_sort.o: algorithms/sorting/radix_sort.cc.o -.PHONY : algorithms/sorting/radix_sort.o - -# target to build an object file -algorithms/sorting/radix_sort.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.o -.PHONY : algorithms/sorting/radix_sort.cc.o - -algorithms/sorting/radix_sort.i: algorithms/sorting/radix_sort.cc.i -.PHONY : algorithms/sorting/radix_sort.i - -# target to preprocess a source file -algorithms/sorting/radix_sort.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.i -.PHONY : algorithms/sorting/radix_sort.cc.i - -algorithms/sorting/radix_sort.s: algorithms/sorting/radix_sort.cc.s -.PHONY : algorithms/sorting/radix_sort.s - -# target to generate assembly for a file -algorithms/sorting/radix_sort.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/radix_sort.cc.s -.PHONY : algorithms/sorting/radix_sort.cc.s - -algorithms/sorting/selection_sort.o: algorithms/sorting/selection_sort.cc.o -.PHONY : algorithms/sorting/selection_sort.o - -# target to build an object file -algorithms/sorting/selection_sort.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.o -.PHONY : algorithms/sorting/selection_sort.cc.o - -algorithms/sorting/selection_sort.i: algorithms/sorting/selection_sort.cc.i -.PHONY : algorithms/sorting/selection_sort.i - -# target to preprocess a source file -algorithms/sorting/selection_sort.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.i -.PHONY : algorithms/sorting/selection_sort.cc.i - -algorithms/sorting/selection_sort.s: algorithms/sorting/selection_sort.cc.s -.PHONY : algorithms/sorting/selection_sort.s - -# target to generate assembly for a file -algorithms/sorting/selection_sort.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/sorting/selection_sort.cc.s -.PHONY : algorithms/sorting/selection_sort.cc.s - -algorithms/string/find_and_replace.o: algorithms/string/find_and_replace.cc.o -.PHONY : algorithms/string/find_and_replace.o - -# target to build an object file -algorithms/string/find_and_replace.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.o -.PHONY : algorithms/string/find_and_replace.cc.o - -algorithms/string/find_and_replace.i: algorithms/string/find_and_replace.cc.i -.PHONY : algorithms/string/find_and_replace.i - -# target to preprocess a source file -algorithms/string/find_and_replace.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.i -.PHONY : algorithms/string/find_and_replace.cc.i - -algorithms/string/find_and_replace.s: algorithms/string/find_and_replace.cc.s -.PHONY : algorithms/string/find_and_replace.s - -# target to generate assembly for a file -algorithms/string/find_and_replace.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/string/find_and_replace.cc.s -.PHONY : algorithms/string/find_and_replace.cc.s - -algorithms/string/kmp.o: algorithms/string/kmp.cc.o -.PHONY : algorithms/string/kmp.o - -# target to build an object file -algorithms/string/kmp.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.o -.PHONY : algorithms/string/kmp.cc.o - -algorithms/string/kmp.i: algorithms/string/kmp.cc.i -.PHONY : algorithms/string/kmp.i - -# target to preprocess a source file -algorithms/string/kmp.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.i -.PHONY : algorithms/string/kmp.cc.i - -algorithms/string/kmp.s: algorithms/string/kmp.cc.s -.PHONY : algorithms/string/kmp.s - -# target to generate assembly for a file -algorithms/string/kmp.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/string/kmp.cc.s -.PHONY : algorithms/string/kmp.cc.s - -algorithms/string/min_distance.o: algorithms/string/min_distance.cc.o -.PHONY : algorithms/string/min_distance.o - -# target to build an object file -algorithms/string/min_distance.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.o -.PHONY : algorithms/string/min_distance.cc.o - -algorithms/string/min_distance.i: algorithms/string/min_distance.cc.i -.PHONY : algorithms/string/min_distance.i - -# target to preprocess a source file -algorithms/string/min_distance.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.i -.PHONY : algorithms/string/min_distance.cc.i - -algorithms/string/min_distance.s: algorithms/string/min_distance.cc.s -.PHONY : algorithms/string/min_distance.s - -# target to generate assembly for a file -algorithms/string/min_distance.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/string/min_distance.cc.s -.PHONY : algorithms/string/min_distance.cc.s - -algorithms/string/rabin_karp.o: algorithms/string/rabin_karp.cc.o -.PHONY : algorithms/string/rabin_karp.o - -# target to build an object file -algorithms/string/rabin_karp.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.o -.PHONY : algorithms/string/rabin_karp.cc.o - -algorithms/string/rabin_karp.i: algorithms/string/rabin_karp.cc.i -.PHONY : algorithms/string/rabin_karp.i - -# target to preprocess a source file -algorithms/string/rabin_karp.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.i -.PHONY : algorithms/string/rabin_karp.cc.i - -algorithms/string/rabin_karp.s: algorithms/string/rabin_karp.cc.s -.PHONY : algorithms/string/rabin_karp.s - -# target to generate assembly for a file -algorithms/string/rabin_karp.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/algorithms/string/rabin_karp.cc.s -.PHONY : algorithms/string/rabin_karp.cc.s - -graph/graph.o: graph/graph.cc.o -.PHONY : graph/graph.o - -# target to build an object file -graph/graph.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/graph/graph.cc.o -.PHONY : graph/graph.cc.o - -graph/graph.i: graph/graph.cc.i -.PHONY : graph/graph.i - -# target to preprocess a source file -graph/graph.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/graph/graph.cc.i -.PHONY : graph/graph.cc.i - -graph/graph.s: graph/graph.cc.s -.PHONY : graph/graph.s - -# target to generate assembly for a file -graph/graph.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/graph/graph.cc.s -.PHONY : graph/graph.cc.s - -graph/weighted_graph.o: graph/weighted_graph.cc.o -.PHONY : graph/weighted_graph.o - -# target to build an object file -graph/weighted_graph.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.o -.PHONY : graph/weighted_graph.cc.o - -graph/weighted_graph.i: graph/weighted_graph.cc.i -.PHONY : graph/weighted_graph.i - -# target to preprocess a source file -graph/weighted_graph.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.i -.PHONY : graph/weighted_graph.cc.i - -graph/weighted_graph.s: graph/weighted_graph.cc.s -.PHONY : graph/weighted_graph.s - -# target to generate assembly for a file -graph/weighted_graph.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/graph/weighted_graph.cc.s -.PHONY : graph/weighted_graph.cc.s - -hash_table/hash_table.o: hash_table/hash_table.cc.o -.PHONY : hash_table/hash_table.o - -# target to build an object file -hash_table/hash_table.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.o -.PHONY : hash_table/hash_table.cc.o - -hash_table/hash_table.i: hash_table/hash_table.cc.i -.PHONY : hash_table/hash_table.i - -# target to preprocess a source file -hash_table/hash_table.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.i -.PHONY : hash_table/hash_table.cc.i - -hash_table/hash_table.s: hash_table/hash_table.cc.s -.PHONY : hash_table/hash_table.s - -# target to generate assembly for a file -hash_table/hash_table.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/hash_table/hash_table.cc.s -.PHONY : hash_table/hash_table.cc.s - -linalg/mat1d/mat_1d.o: linalg/mat1d/mat_1d.cc.o -.PHONY : linalg/mat1d/mat_1d.o - -# target to build an object file -linalg/mat1d/mat_1d.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.o -.PHONY : linalg/mat1d/mat_1d.cc.o - -linalg/mat1d/mat_1d.i: linalg/mat1d/mat_1d.cc.i -.PHONY : linalg/mat1d/mat_1d.i - -# target to preprocess a source file -linalg/mat1d/mat_1d.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.i -.PHONY : linalg/mat1d/mat_1d.cc.i - -linalg/mat1d/mat_1d.s: linalg/mat1d/mat_1d.cc.s -.PHONY : linalg/mat1d/mat_1d.s - -# target to generate assembly for a file -linalg/mat1d/mat_1d.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/linalg/mat1d/mat_1d.cc.s -.PHONY : linalg/mat1d/mat_1d.cc.s - -linalg/mat2d/mat_2d.o: linalg/mat2d/mat_2d.cc.o -.PHONY : linalg/mat2d/mat_2d.o - -# target to build an object file -linalg/mat2d/mat_2d.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.o -.PHONY : linalg/mat2d/mat_2d.cc.o - -linalg/mat2d/mat_2d.i: linalg/mat2d/mat_2d.cc.i -.PHONY : linalg/mat2d/mat_2d.i - -# target to preprocess a source file -linalg/mat2d/mat_2d.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.i -.PHONY : linalg/mat2d/mat_2d.cc.i - -linalg/mat2d/mat_2d.s: linalg/mat2d/mat_2d.cc.s -.PHONY : linalg/mat2d/mat_2d.s - -# target to generate assembly for a file -linalg/mat2d/mat_2d.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/linalg/mat2d/mat_2d.cc.s -.PHONY : linalg/mat2d/mat_2d.cc.s - -list/circular_linked_list.o: list/circular_linked_list.cc.o -.PHONY : list/circular_linked_list.o - -# target to build an object file -list/circular_linked_list.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.o -.PHONY : list/circular_linked_list.cc.o - -list/circular_linked_list.i: list/circular_linked_list.cc.i -.PHONY : list/circular_linked_list.i - -# target to preprocess a source file -list/circular_linked_list.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.i -.PHONY : list/circular_linked_list.cc.i - -list/circular_linked_list.s: list/circular_linked_list.cc.s -.PHONY : list/circular_linked_list.s - -# target to generate assembly for a file -list/circular_linked_list.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/list/circular_linked_list.cc.s -.PHONY : list/circular_linked_list.cc.s - -list/doubly_list.o: list/doubly_list.cc.o -.PHONY : list/doubly_list.o - -# target to build an object file -list/doubly_list.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/list/doubly_list.cc.o -.PHONY : list/doubly_list.cc.o - -list/doubly_list.i: list/doubly_list.cc.i -.PHONY : list/doubly_list.i - -# target to preprocess a source file -list/doubly_list.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/list/doubly_list.cc.i -.PHONY : list/doubly_list.cc.i - -list/doubly_list.s: list/doubly_list.cc.s -.PHONY : list/doubly_list.s - -# target to generate assembly for a file -list/doubly_list.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/list/doubly_list.cc.s -.PHONY : list/doubly_list.cc.s - -list/frequency_list.o: list/frequency_list.cc.o -.PHONY : list/frequency_list.o - -# target to build an object file -list/frequency_list.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/list/frequency_list.cc.o -.PHONY : list/frequency_list.cc.o - -list/frequency_list.i: list/frequency_list.cc.i -.PHONY : list/frequency_list.i - -# target to preprocess a source file -list/frequency_list.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/list/frequency_list.cc.i -.PHONY : list/frequency_list.cc.i - -list/frequency_list.s: list/frequency_list.cc.s -.PHONY : list/frequency_list.s - -# target to generate assembly for a file -list/frequency_list.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/list/frequency_list.cc.s -.PHONY : list/frequency_list.cc.s - -list/list.o: list/list.cc.o -.PHONY : list/list.o - -# target to build an object file -list/list.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/list/list.cc.o -.PHONY : list/list.cc.o - -list/list.i: list/list.cc.i -.PHONY : list/list.i - -# target to preprocess a source file -list/list.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/list/list.cc.i -.PHONY : list/list.cc.i - -list/list.s: list/list.cc.s -.PHONY : list/list.s - -# target to generate assembly for a file -list/list.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/list/list.cc.s -.PHONY : list/list.cc.s - -list/skip_list.o: list/skip_list.cc.o -.PHONY : list/skip_list.o - -# target to build an object file -list/skip_list.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/list/skip_list.cc.o -.PHONY : list/skip_list.cc.o - -list/skip_list.i: list/skip_list.cc.i -.PHONY : list/skip_list.i - -# target to preprocess a source file -list/skip_list.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/list/skip_list.cc.i -.PHONY : list/skip_list.cc.i - -list/skip_list.s: list/skip_list.cc.s -.PHONY : list/skip_list.s - -# target to generate assembly for a file -list/skip_list.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/list/skip_list.cc.s -.PHONY : list/skip_list.cc.s - -machine_learning/clustering/DBSCAN/dbscan.o: machine_learning/clustering/DBSCAN/dbscan.cc.o -.PHONY : machine_learning/clustering/DBSCAN/dbscan.o - -# target to build an object file -machine_learning/clustering/DBSCAN/dbscan.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.o -.PHONY : machine_learning/clustering/DBSCAN/dbscan.cc.o - -machine_learning/clustering/DBSCAN/dbscan.i: machine_learning/clustering/DBSCAN/dbscan.cc.i -.PHONY : machine_learning/clustering/DBSCAN/dbscan.i - -# target to preprocess a source file -machine_learning/clustering/DBSCAN/dbscan.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.i -.PHONY : machine_learning/clustering/DBSCAN/dbscan.cc.i - -machine_learning/clustering/DBSCAN/dbscan.s: machine_learning/clustering/DBSCAN/dbscan.cc.s -.PHONY : machine_learning/clustering/DBSCAN/dbscan.s - -# target to generate assembly for a file -machine_learning/clustering/DBSCAN/dbscan.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/DBSCAN/dbscan.cc.s -.PHONY : machine_learning/clustering/DBSCAN/dbscan.cc.s - -machine_learning/clustering/kmeans/kmeans.o: machine_learning/clustering/kmeans/kmeans.cc.o -.PHONY : machine_learning/clustering/kmeans/kmeans.o - -# target to build an object file -machine_learning/clustering/kmeans/kmeans.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.o -.PHONY : machine_learning/clustering/kmeans/kmeans.cc.o - -machine_learning/clustering/kmeans/kmeans.i: machine_learning/clustering/kmeans/kmeans.cc.i -.PHONY : machine_learning/clustering/kmeans/kmeans.i - -# target to preprocess a source file -machine_learning/clustering/kmeans/kmeans.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.i -.PHONY : machine_learning/clustering/kmeans/kmeans.cc.i - -machine_learning/clustering/kmeans/kmeans.s: machine_learning/clustering/kmeans/kmeans.cc.s -.PHONY : machine_learning/clustering/kmeans/kmeans.s - -# target to generate assembly for a file -machine_learning/clustering/kmeans/kmeans.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/clustering/kmeans/kmeans.cc.s -.PHONY : machine_learning/clustering/kmeans/kmeans.cc.s - -machine_learning/image/image.o: machine_learning/image/image.cc.o -.PHONY : machine_learning/image/image.o - -# target to build an object file -machine_learning/image/image.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.o -.PHONY : machine_learning/image/image.cc.o - -machine_learning/image/image.i: machine_learning/image/image.cc.i -.PHONY : machine_learning/image/image.i - -# target to preprocess a source file -machine_learning/image/image.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.i -.PHONY : machine_learning/image/image.cc.i - -machine_learning/image/image.s: machine_learning/image/image.cc.s -.PHONY : machine_learning/image/image.s - -# target to generate assembly for a file -machine_learning/image/image.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/image/image.cc.s -.PHONY : machine_learning/image/image.cc.s - -machine_learning/regression/lin_reg.o: machine_learning/regression/lin_reg.cc.o -.PHONY : machine_learning/regression/lin_reg.o - -# target to build an object file -machine_learning/regression/lin_reg.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.o -.PHONY : machine_learning/regression/lin_reg.cc.o - -machine_learning/regression/lin_reg.i: machine_learning/regression/lin_reg.cc.i -.PHONY : machine_learning/regression/lin_reg.i - -# target to preprocess a source file -machine_learning/regression/lin_reg.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.i -.PHONY : machine_learning/regression/lin_reg.cc.i - -machine_learning/regression/lin_reg.s: machine_learning/regression/lin_reg.cc.s -.PHONY : machine_learning/regression/lin_reg.s - -# target to generate assembly for a file -machine_learning/regression/lin_reg.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/lin_reg.cc.s -.PHONY : machine_learning/regression/lin_reg.cc.s - -machine_learning/regression/poly_reg.o: machine_learning/regression/poly_reg.cc.o -.PHONY : machine_learning/regression/poly_reg.o - -# target to build an object file -machine_learning/regression/poly_reg.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.o -.PHONY : machine_learning/regression/poly_reg.cc.o - -machine_learning/regression/poly_reg.i: machine_learning/regression/poly_reg.cc.i -.PHONY : machine_learning/regression/poly_reg.i - -# target to preprocess a source file -machine_learning/regression/poly_reg.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.i -.PHONY : machine_learning/regression/poly_reg.cc.i - -machine_learning/regression/poly_reg.s: machine_learning/regression/poly_reg.cc.s -.PHONY : machine_learning/regression/poly_reg.s - -# target to generate assembly for a file -machine_learning/regression/poly_reg.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/regression/poly_reg.cc.s -.PHONY : machine_learning/regression/poly_reg.cc.s - -machine_learning/search_algorithms/astar.o: machine_learning/search_algorithms/astar.cc.o -.PHONY : machine_learning/search_algorithms/astar.o - -# target to build an object file -machine_learning/search_algorithms/astar.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.o -.PHONY : machine_learning/search_algorithms/astar.cc.o - -machine_learning/search_algorithms/astar.i: machine_learning/search_algorithms/astar.cc.i -.PHONY : machine_learning/search_algorithms/astar.i - -# target to preprocess a source file -machine_learning/search_algorithms/astar.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.i -.PHONY : machine_learning/search_algorithms/astar.cc.i - -machine_learning/search_algorithms/astar.s: machine_learning/search_algorithms/astar.cc.s -.PHONY : machine_learning/search_algorithms/astar.s - -# target to generate assembly for a file -machine_learning/search_algorithms/astar.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/astar.cc.s -.PHONY : machine_learning/search_algorithms/astar.cc.s - -machine_learning/search_algorithms/best_first.o: machine_learning/search_algorithms/best_first.cc.o -.PHONY : machine_learning/search_algorithms/best_first.o - -# target to build an object file -machine_learning/search_algorithms/best_first.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.o -.PHONY : machine_learning/search_algorithms/best_first.cc.o - -machine_learning/search_algorithms/best_first.i: machine_learning/search_algorithms/best_first.cc.i -.PHONY : machine_learning/search_algorithms/best_first.i - -# target to preprocess a source file -machine_learning/search_algorithms/best_first.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.i -.PHONY : machine_learning/search_algorithms/best_first.cc.i - -machine_learning/search_algorithms/best_first.s: machine_learning/search_algorithms/best_first.cc.s -.PHONY : machine_learning/search_algorithms/best_first.s - -# target to generate assembly for a file -machine_learning/search_algorithms/best_first.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/best_first.cc.s -.PHONY : machine_learning/search_algorithms/best_first.cc.s - -machine_learning/search_algorithms/hill_climbing.o: machine_learning/search_algorithms/hill_climbing.cc.o -.PHONY : machine_learning/search_algorithms/hill_climbing.o - -# target to build an object file -machine_learning/search_algorithms/hill_climbing.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.o -.PHONY : machine_learning/search_algorithms/hill_climbing.cc.o - -machine_learning/search_algorithms/hill_climbing.i: machine_learning/search_algorithms/hill_climbing.cc.i -.PHONY : machine_learning/search_algorithms/hill_climbing.i - -# target to preprocess a source file -machine_learning/search_algorithms/hill_climbing.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.i -.PHONY : machine_learning/search_algorithms/hill_climbing.cc.i - -machine_learning/search_algorithms/hill_climbing.s: machine_learning/search_algorithms/hill_climbing.cc.s -.PHONY : machine_learning/search_algorithms/hill_climbing.s - -# target to generate assembly for a file -machine_learning/search_algorithms/hill_climbing.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/machine_learning/search_algorithms/hill_climbing.cc.s -.PHONY : machine_learning/search_algorithms/hill_climbing.cc.s - -queue/dequeue_list.o: queue/dequeue_list.cc.o -.PHONY : queue/dequeue_list.o - -# target to build an object file -queue/dequeue_list.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.o -.PHONY : queue/dequeue_list.cc.o - -queue/dequeue_list.i: queue/dequeue_list.cc.i -.PHONY : queue/dequeue_list.i - -# target to preprocess a source file -queue/dequeue_list.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.i -.PHONY : queue/dequeue_list.cc.i - -queue/dequeue_list.s: queue/dequeue_list.cc.s -.PHONY : queue/dequeue_list.s - -# target to generate assembly for a file -queue/dequeue_list.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/queue/dequeue_list.cc.s -.PHONY : queue/dequeue_list.cc.s - -stack/stack_list.o: stack/stack_list.cc.o -.PHONY : stack/stack_list.o - -# target to build an object file -stack/stack_list.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/stack/stack_list.cc.o -.PHONY : stack/stack_list.cc.o - -stack/stack_list.i: stack/stack_list.cc.i -.PHONY : stack/stack_list.i - -# target to preprocess a source file -stack/stack_list.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/stack/stack_list.cc.i -.PHONY : stack/stack_list.cc.i - -stack/stack_list.s: stack/stack_list.cc.s -.PHONY : stack/stack_list.s - -# target to generate assembly for a file -stack/stack_list.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/stack/stack_list.cc.s -.PHONY : stack/stack_list.cc.s - -test_main.o: test_main.cc.o -.PHONY : test_main.o - -# target to build an object file -test_main.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/test_main.cc.o -.PHONY : test_main.cc.o - -test_main.i: test_main.cc.i -.PHONY : test_main.i - -# target to preprocess a source file -test_main.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/test_main.cc.i -.PHONY : test_main.cc.i - -test_main.s: test_main.cc.s -.PHONY : test_main.s - -# target to generate assembly for a file -test_main.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/test_main.cc.s -.PHONY : test_main.cc.s - -tree/avl.o: tree/avl.cc.o -.PHONY : tree/avl.o - -# target to build an object file -tree/avl.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/avl.cc.o -.PHONY : tree/avl.cc.o - -tree/avl.i: tree/avl.cc.i -.PHONY : tree/avl.i - -# target to preprocess a source file -tree/avl.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/avl.cc.i -.PHONY : tree/avl.cc.i - -tree/avl.s: tree/avl.cc.s -.PHONY : tree/avl.s - -# target to generate assembly for a file -tree/avl.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/avl.cc.s -.PHONY : tree/avl.cc.s - -tree/bst.o: tree/bst.cc.o -.PHONY : tree/bst.o - -# target to build an object file -tree/bst.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/bst.cc.o -.PHONY : tree/bst.cc.o - -tree/bst.i: tree/bst.cc.i -.PHONY : tree/bst.i - -# target to preprocess a source file -tree/bst.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/bst.cc.i -.PHONY : tree/bst.cc.i - -tree/bst.s: tree/bst.cc.s -.PHONY : tree/bst.s - -# target to generate assembly for a file -tree/bst.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/bst.cc.s -.PHONY : tree/bst.cc.s - -tree/interval_tree.o: tree/interval_tree.cc.o -.PHONY : tree/interval_tree.o - -# target to build an object file -tree/interval_tree.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.o -.PHONY : tree/interval_tree.cc.o - -tree/interval_tree.i: tree/interval_tree.cc.i -.PHONY : tree/interval_tree.i - -# target to preprocess a source file -tree/interval_tree.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.i -.PHONY : tree/interval_tree.cc.i - -tree/interval_tree.s: tree/interval_tree.cc.s -.PHONY : tree/interval_tree.s - -# target to generate assembly for a file -tree/interval_tree.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/interval_tree.cc.s -.PHONY : tree/interval_tree.cc.s - -tree/red_black_tree.o: tree/red_black_tree.cc.o -.PHONY : tree/red_black_tree.o - -# target to build an object file -tree/red_black_tree.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.o -.PHONY : tree/red_black_tree.cc.o - -tree/red_black_tree.i: tree/red_black_tree.cc.i -.PHONY : tree/red_black_tree.i - -# target to preprocess a source file -tree/red_black_tree.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.i -.PHONY : tree/red_black_tree.cc.i - -tree/red_black_tree.s: tree/red_black_tree.cc.s -.PHONY : tree/red_black_tree.s - -# target to generate assembly for a file -tree/red_black_tree.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/red_black_tree.cc.s -.PHONY : tree/red_black_tree.cc.s - -tree/splay_tree.o: tree/splay_tree.cc.o -.PHONY : tree/splay_tree.o - -# target to build an object file -tree/splay_tree.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.o -.PHONY : tree/splay_tree.cc.o - -tree/splay_tree.i: tree/splay_tree.cc.i -.PHONY : tree/splay_tree.i - -# target to preprocess a source file -tree/splay_tree.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.i -.PHONY : tree/splay_tree.cc.i - -tree/splay_tree.s: tree/splay_tree.cc.s -.PHONY : tree/splay_tree.s - -# target to generate assembly for a file -tree/splay_tree.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/splay_tree.cc.s -.PHONY : tree/splay_tree.cc.s - -tree/tree.o: tree/tree.cc.o -.PHONY : tree/tree.o - -# target to build an object file -tree/tree.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/tree.cc.o -.PHONY : tree/tree.cc.o - -tree/tree.i: tree/tree.cc.i -.PHONY : tree/tree.i - -# target to preprocess a source file -tree/tree.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/tree.cc.i -.PHONY : tree/tree.cc.i - -tree/tree.s: tree/tree.cc.s -.PHONY : tree/tree.s - -# target to generate assembly for a file -tree/tree.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/tree.cc.s -.PHONY : tree/tree.cc.s - -tree/trie.o: tree/trie.cc.o -.PHONY : tree/trie.o - -# target to build an object file -tree/trie.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/trie.cc.o -.PHONY : tree/trie.cc.o - -tree/trie.i: tree/trie.cc.i -.PHONY : tree/trie.i - -# target to preprocess a source file -tree/trie.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/trie.cc.i -.PHONY : tree/trie.cc.i - -tree/trie.s: tree/trie.cc.s -.PHONY : tree/trie.s - -# target to generate assembly for a file -tree/trie.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/trie.cc.s -.PHONY : tree/trie.cc.s - -tree/ttf_tree.o: tree/ttf_tree.cc.o -.PHONY : tree/ttf_tree.o - -# target to build an object file -tree/ttf_tree.cc.o: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.o -.PHONY : tree/ttf_tree.cc.o - -tree/ttf_tree.i: tree/ttf_tree.cc.i -.PHONY : tree/ttf_tree.i - -# target to preprocess a source file -tree/ttf_tree.cc.i: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.i -.PHONY : tree/ttf_tree.cc.i - -tree/ttf_tree.s: tree/ttf_tree.cc.s -.PHONY : tree/ttf_tree.s - -# target to generate assembly for a file -tree/ttf_tree.cc.s: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(MAKE) $(MAKESILENT) -f tests/CMakeFiles/runUnitTests.dir/build.make tests/CMakeFiles/runUnitTests.dir/tree/ttf_tree.cc.s -.PHONY : tree/ttf_tree.cc.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... rebuild_cache" - @echo "... test" - @echo "... runUnitTests" - @echo "... algorithms/dynamic_programming/coin_change.o" - @echo "... algorithms/dynamic_programming/coin_change.i" - @echo "... algorithms/dynamic_programming/coin_change.s" - @echo "... algorithms/dynamic_programming/fibonacci.o" - @echo "... algorithms/dynamic_programming/fibonacci.i" - @echo "... algorithms/dynamic_programming/fibonacci.s" - @echo "... algorithms/dynamic_programming/kadane.o" - @echo "... algorithms/dynamic_programming/kadane.i" - @echo "... algorithms/dynamic_programming/kadane.s" - @echo "... algorithms/dynamic_programming/lcs.o" - @echo "... algorithms/dynamic_programming/lcs.i" - @echo "... algorithms/dynamic_programming/lcs.s" - @echo "... algorithms/dynamic_programming/lis.o" - @echo "... algorithms/dynamic_programming/lis.i" - @echo "... algorithms/dynamic_programming/lis.s" - @echo "... algorithms/number_theory/gcd.o" - @echo "... algorithms/number_theory/gcd.i" - @echo "... algorithms/number_theory/gcd.s" - @echo "... algorithms/searching/bfs.o" - @echo "... algorithms/searching/bfs.i" - @echo "... algorithms/searching/bfs.s" - @echo "... algorithms/searching/binary_search.o" - @echo "... algorithms/searching/binary_search.i" - @echo "... algorithms/searching/binary_search.s" - @echo "... algorithms/searching/dfs.o" - @echo "... algorithms/searching/dfs.i" - @echo "... algorithms/searching/dfs.s" - @echo "... algorithms/searching/exponential_search.o" - @echo "... algorithms/searching/exponential_search.i" - @echo "... algorithms/searching/exponential_search.s" - @echo "... algorithms/searching/interpolation_search.o" - @echo "... algorithms/searching/interpolation_search.i" - @echo "... algorithms/searching/interpolation_search.s" - @echo "... algorithms/searching/jump_search.o" - @echo "... algorithms/searching/jump_search.i" - @echo "... algorithms/searching/jump_search.s" - @echo "... algorithms/searching/linear_search.o" - @echo "... algorithms/searching/linear_search.i" - @echo "... algorithms/searching/linear_search.s" - @echo "... algorithms/searching/ternary_search.o" - @echo "... algorithms/searching/ternary_search.i" - @echo "... algorithms/searching/ternary_search.s" - @echo "... algorithms/sorting/bubble_sort.o" - @echo "... algorithms/sorting/bubble_sort.i" - @echo "... algorithms/sorting/bubble_sort.s" - @echo "... algorithms/sorting/bucket_sort.o" - @echo "... algorithms/sorting/bucket_sort.i" - @echo "... algorithms/sorting/bucket_sort.s" - @echo "... algorithms/sorting/counting_sort.o" - @echo "... algorithms/sorting/counting_sort.i" - @echo "... algorithms/sorting/counting_sort.s" - @echo "... algorithms/sorting/heap_sort.o" - @echo "... algorithms/sorting/heap_sort.i" - @echo "... algorithms/sorting/heap_sort.s" - @echo "... algorithms/sorting/insertion_sort.o" - @echo "... algorithms/sorting/insertion_sort.i" - @echo "... algorithms/sorting/insertion_sort.s" - @echo "... algorithms/sorting/merge_sort.o" - @echo "... algorithms/sorting/merge_sort.i" - @echo "... algorithms/sorting/merge_sort.s" - @echo "... algorithms/sorting/quick_sort.o" - @echo "... algorithms/sorting/quick_sort.i" - @echo "... algorithms/sorting/quick_sort.s" - @echo "... algorithms/sorting/radix_sort.o" - @echo "... algorithms/sorting/radix_sort.i" - @echo "... algorithms/sorting/radix_sort.s" - @echo "... algorithms/sorting/selection_sort.o" - @echo "... algorithms/sorting/selection_sort.i" - @echo "... algorithms/sorting/selection_sort.s" - @echo "... algorithms/string/find_and_replace.o" - @echo "... algorithms/string/find_and_replace.i" - @echo "... algorithms/string/find_and_replace.s" - @echo "... algorithms/string/kmp.o" - @echo "... algorithms/string/kmp.i" - @echo "... algorithms/string/kmp.s" - @echo "... algorithms/string/min_distance.o" - @echo "... algorithms/string/min_distance.i" - @echo "... algorithms/string/min_distance.s" - @echo "... algorithms/string/rabin_karp.o" - @echo "... algorithms/string/rabin_karp.i" - @echo "... algorithms/string/rabin_karp.s" - @echo "... graph/graph.o" - @echo "... graph/graph.i" - @echo "... graph/graph.s" - @echo "... graph/weighted_graph.o" - @echo "... graph/weighted_graph.i" - @echo "... graph/weighted_graph.s" - @echo "... hash_table/hash_table.o" - @echo "... hash_table/hash_table.i" - @echo "... hash_table/hash_table.s" - @echo "... linalg/mat1d/mat_1d.o" - @echo "... linalg/mat1d/mat_1d.i" - @echo "... linalg/mat1d/mat_1d.s" - @echo "... linalg/mat2d/mat_2d.o" - @echo "... linalg/mat2d/mat_2d.i" - @echo "... linalg/mat2d/mat_2d.s" - @echo "... list/circular_linked_list.o" - @echo "... list/circular_linked_list.i" - @echo "... list/circular_linked_list.s" - @echo "... list/doubly_list.o" - @echo "... list/doubly_list.i" - @echo "... list/doubly_list.s" - @echo "... list/frequency_list.o" - @echo "... list/frequency_list.i" - @echo "... list/frequency_list.s" - @echo "... list/list.o" - @echo "... list/list.i" - @echo "... list/list.s" - @echo "... list/skip_list.o" - @echo "... list/skip_list.i" - @echo "... list/skip_list.s" - @echo "... machine_learning/clustering/DBSCAN/dbscan.o" - @echo "... machine_learning/clustering/DBSCAN/dbscan.i" - @echo "... machine_learning/clustering/DBSCAN/dbscan.s" - @echo "... machine_learning/clustering/kmeans/kmeans.o" - @echo "... machine_learning/clustering/kmeans/kmeans.i" - @echo "... machine_learning/clustering/kmeans/kmeans.s" - @echo "... machine_learning/image/image.o" - @echo "... machine_learning/image/image.i" - @echo "... machine_learning/image/image.s" - @echo "... machine_learning/regression/lin_reg.o" - @echo "... machine_learning/regression/lin_reg.i" - @echo "... machine_learning/regression/lin_reg.s" - @echo "... machine_learning/regression/poly_reg.o" - @echo "... machine_learning/regression/poly_reg.i" - @echo "... machine_learning/regression/poly_reg.s" - @echo "... machine_learning/search_algorithms/astar.o" - @echo "... machine_learning/search_algorithms/astar.i" - @echo "... machine_learning/search_algorithms/astar.s" - @echo "... machine_learning/search_algorithms/best_first.o" - @echo "... machine_learning/search_algorithms/best_first.i" - @echo "... machine_learning/search_algorithms/best_first.s" - @echo "... machine_learning/search_algorithms/hill_climbing.o" - @echo "... machine_learning/search_algorithms/hill_climbing.i" - @echo "... machine_learning/search_algorithms/hill_climbing.s" - @echo "... queue/dequeue_list.o" - @echo "... queue/dequeue_list.i" - @echo "... queue/dequeue_list.s" - @echo "... stack/stack_list.o" - @echo "... stack/stack_list.i" - @echo "... stack/stack_list.s" - @echo "... test_main.o" - @echo "... test_main.i" - @echo "... test_main.s" - @echo "... tree/avl.o" - @echo "... tree/avl.i" - @echo "... tree/avl.s" - @echo "... tree/bst.o" - @echo "... tree/bst.i" - @echo "... tree/bst.s" - @echo "... tree/interval_tree.o" - @echo "... tree/interval_tree.i" - @echo "... tree/interval_tree.s" - @echo "... tree/red_black_tree.o" - @echo "... tree/red_black_tree.i" - @echo "... tree/red_black_tree.s" - @echo "... tree/splay_tree.o" - @echo "... tree/splay_tree.i" - @echo "... tree/splay_tree.s" - @echo "... tree/tree.o" - @echo "... tree/tree.i" - @echo "... tree/tree.s" - @echo "... tree/trie.o" - @echo "... tree/trie.i" - @echo "... tree/trie.s" - @echo "... tree/ttf_tree.o" - @echo "... tree/ttf_tree.i" - @echo "... tree/ttf_tree.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /Users/spirosmag/documents/AlgoPlus/tests && $(CMAKE_COMMAND) -P /Users/spirosmag/documents/AlgoPlus/tests/CMakeFiles/VerifyGlobs.cmake - cd /Users/spirosmag/documents/AlgoPlus/tests && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/tests/tests/cmake_install.cmake b/tests/tests/cmake_install.cmake deleted file mode 100644 index 96dcf401..00000000 --- a/tests/tests/cmake_install.cmake +++ /dev/null @@ -1,39 +0,0 @@ -# Install script for directory: /Users/spirosmag/documents/AlgoPlus/tests - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set default install directory permissions. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/Library/Developer/CommandLineTools/usr/bin/objdump") -endif() -