summaryrefslogtreecommitdiffstats
path: root/src/lib/cxxtest_stub.C
blob: cbc98baee5da65522cce8fa871e4a37d2380873d (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <stdint.h>

namespace CxxTest
{

// This variable is to allow a code in a binary image not containing the
// testcase modules to query the number of failed tests
uint64_t g_FailedTests = 0;

}

OpenPOWER on IntegriCloud