Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bcc
Commits
e913eb92
Commit
e913eb92
authored
Aug 05, 2015
by
Brenden Blanco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change wording to "Recommended"
Signed-off-by:
Brenden Blanco
<
bblanco@plumgrid.com
>
parent
bbc2b034
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tests/cc/CMakeLists.txt
tests/cc/CMakeLists.txt
+3
-3
No files found.
tests/cc/CMakeLists.txt
View file @
e913eb92
...
...
@@ -3,15 +3,15 @@
find_program
(
ARPING arping
)
if
(
ARPING STREQUAL
"ARPING-NOTFOUND"
)
message
(
WARNING
"Re
quir
ed test program 'arping' not found"
)
message
(
WARNING
"Re
commend
ed test program 'arping' not found"
)
endif
()
find_program
(
NETPERF netperf
)
if
(
NETPERF STREQUAL
"NETPERF-NOTFOUND"
)
message
(
WARNING
"Re
quir
ed test program 'netperf' not found"
)
message
(
WARNING
"Re
commend
ed test program 'netperf' not found"
)
endif
()
find_program
(
IPERF iperf
)
if
(
IPERF STREQUAL
"IPERF-NOTFOUND"
)
message
(
WARNING
"Re
quir
ed test program 'iperf' not found"
)
message
(
WARNING
"Re
commend
ed test program 'iperf' not found"
)
endif
()
add_test
(
NAME py_test_stat1_b WORKING_DIRECTORY
${
CMAKE_CURRENT_SOURCE_DIR
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment