kwsys.testCommandLineArguments1
command_line: D:\a\nightly-builds\nightly-builds\build\kwsysTestsCxx.exe "testCommandLineArguments1" "--ignored" "-n" "24" "--second-ignored" "-m=test value" "third-ignored" "-p" "some" "junk" "at" "the" "end"
working_directory: "."
Processors: 1
Execution Time: 0.043
Completion Status: Completed
Environment: #CTEST_RESOURCE_GROUP_COUNT=
stdout:
Value of N: 24
Value of M: test value
Value of P: 1
Unused argument[0] = [testCommandLineArguments1]
Unused argument[1] = [--ignored]
Unused argument[2] = [--second-ignored]
Unused argument[3] = [third-ignored]
Unused argument[4] = [some]
Unused argument[5] = [junk]
Unused argument[6] = [at]
Unused argument[7] = [the]
Unused argument[8] = [end]