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

Function run_unit_tests

v2/engine/jam.c:190–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
189#ifndef NDEBUG
190static void run_unit_tests()
191{
192# if defined( USE_EXECNT )
193 extern void execnt_unit_test();
194 execnt_unit_test();
195# endif
196 string_unit_test();
197}
198#endif
199
200int 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