Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tripwire/tripwire-open-source
/ Usage
Function
Usage
src/twtest/test.cpp:145–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
144
145
void Usage()
146
{
147
TCERR << _T(
"Usage: twtest {all | list | help | version | testid [testid ...]}\n"
)
148
_T(
"\n"
)
149
_T(
"Ex: twtest foo bar/baz\n"
)
150
_T(
"(runs suite foo and test bar/baz)\n\n"
);
151
}
152
153
void Version()
154
{
Callers
1
_tmain
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected