MCPcopy Create free account
hub / github.com/boostorg/build / run_unit_tests

Function run_unit_tests

src/engine/jam.cpp:196–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195#ifndef NDEBUG
196static void run_unit_tests()
197{
198# if defined( USE_EXECNT )
199 extern void execnt_unit_test();
200 execnt_unit_test();
201# endif
202 string_unit_test();
203}
204#endif
205
206int anyhow = 0;

Callers 1

mainFunction · 0.85

Calls 2

execnt_unit_testFunction · 0.85
string_unit_testFunction · 0.85

Tested by

no test coverage detected