From c4cd468480b6b6a2efcdc797fb863953caea999f Mon Sep 17 00:00:00 2001 From: TriantaTV Date: Sat, 30 Sep 2023 16:04:48 -0500 Subject: [PATCH] Removed CMake testing information --- CMakeLists.txt | 4 ---- README.md | 16 ++-------------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d066651..ac0a717 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,3 @@ include_directories(${proxy-network_SOURCE_DIR}/src) add_subdirectory(src) -if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug") - add_subdirectory(test) -endif() - diff --git a/README.md b/README.md index c72bbe3..1fd686c 100644 --- a/README.md +++ b/README.md @@ -11,20 +11,8 @@ In order to compile the project, simply run these two commands: cmake --build build ## Running the Project -The program should now be compiled at ./build/bin/proxy-network +The program should now be compiled at ./build/bin/proxy Simply run the program using: - build/bin/proxy-network - -## Testing the Project -The Unity framework is used for testing - -Build the tests using: - - cmake -DCMAKE_BUILD_TYPE=Debug -B build -S . - cmake --build build - -Then run the tests using: - - build/bin/testing + build/bin/proxy