Change wording to "Recommended"
authorBrenden Blanco <bblanco@plumgrid.com>
Wed, 5 Aug 2015 22:17:50 +0000 (15:17 -0700)
committerBrenden Blanco <bblanco@plumgrid.com>
Wed, 5 Aug 2015 22:17:50 +0000 (15:17 -0700)
Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
tests/cc/CMakeLists.txt

index 833821a..2c42e71 100644 (file)
@@ -3,15 +3,15 @@
 
 find_program(ARPING arping)
 if(ARPING STREQUAL "ARPING-NOTFOUND")
-  message(WARNING "Required test program 'arping' not found")
+  message(WARNING "Recommended test program 'arping' not found")
 endif()
 find_program(NETPERF netperf)
 if(NETPERF STREQUAL "NETPERF-NOTFOUND")
-  message(WARNING "Required test program 'netperf' not found")
+  message(WARNING "Recommended test program 'netperf' not found")
 endif()
 find_program(IPERF iperf)
 if(IPERF STREQUAL "IPERF-NOTFOUND")
-  message(WARNING "Required test program 'iperf' not found")
+  message(WARNING "Recommended test program 'iperf' not found")
 endif()
 
 add_test(NAME py_test_stat1_b WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}