Skip to content

Instantly share code, notes, and snippets.

@mrafferson
mrafferson / MyTestClass.cpp
Created March 9, 2016 08:03
Testing Suite with SCons
#include "MyTestClass.h"
#include <algorithm>
#include <stdexcept>
int MyTestClass::s_currentInstances;
int MyTestClass::s_instancesCreated;
int MyTestClass::s_maxSimultaneousInstances;