20 lines
301 B
C++
20 lines
301 B
C++
|
/*
|
||
|
|
||
|
A series of stress tests to more quickly verify that 4coder isn't totally
|
||
|
broken before I release in the future... "unit tests" perhaps, although
|
||
|
I guess I don't know what the "units" are... probably more like "tests".
|
||
|
|
||
|
Allen Webster
|
||
|
18.07.2016
|
||
|
|
||
|
*/
|
||
|
|
||
|
// TOP
|
||
|
|
||
|
#include "test_this.cpp"
|
||
|
|
||
|
|
||
|
|
||
|
// BOTTOM
|
||
|
|