MCPcopy Create free account
hub / github.com/Kitware/CMake / testUVProcessChainWait0

Function testUVProcessChainWait0

Tests/CMakeLib/testUVProcessChain.cxx:658–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656}
657
658bool testUVProcessChainWait0(char const* helperCommand)
659{
660 cmUVProcessChainBuilder builder;
661 builder.AddCommand({ helperCommand, "echo" });
662
663 auto chain = builder.Start();
664 if (!chain.Wait(0)) {
665 std::cout << "Wait(0) returned false, should be true" << std::endl;
666 return false;
667 }
668
669 return true;
670}
671
672bool testUVProcessChainExternalLoop(char const* helperCommand)
673{

Callers 1

testUVProcessChainFunction · 0.85

Calls 3

AddCommandMethod · 0.45
StartMethod · 0.45
WaitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…