Removed CMake testing information
This commit is contained in:
parent
36468aa958
commit
c4cd468480
@ -13,7 +13,3 @@ include_directories(${proxy-network_SOURCE_DIR}/src)
|
||||
|
||||
add_subdirectory(src)
|
||||
|
||||
if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
|
||||
add_subdirectory(test)
|
||||
endif()
|
||||
|
||||
|
16
README.md
16
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
|
||||
|
Loading…
Reference in New Issue
Block a user