Removed CMake testing information

This commit is contained in:
TriantaTV 2023-09-30 16:04:48 -05:00
parent 36468aa958
commit c4cd468480
2 changed files with 2 additions and 18 deletions

View File

@ -13,7 +13,3 @@ include_directories(${proxy-network_SOURCE_DIR}/src)
add_subdirectory(src)
if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
add_subdirectory(test)
endif()

View File

@ -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