MCPcopy Create free account
hub / github.com/Gecode/gecode / continue_testing

Method continue_testing

test/test.cpp:379–382  ·  view source on GitHub ↗

True iff the runners should continue running tests

Source from the content-addressed store, hash-verified

377
378 /// True iff the runners should continue running tests
379 bool continue_testing() {
380 // Note: implementation should be cheap to call form multiple threads often
381 return !options.stop || result.load() == EXIT_SUCCESS;
382 }
383
384 /// Write a string to standard output, synchronized across all test runners
385 void write_output(std::string output) {

Callers 1

runMethod · 0.80

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected