Patrick Johnmeyer
b47b4f7e85
Add uncrustify config and run first pass.
2016-01-29 22:15:10 -06:00
Patrick Johnmeyer
6e1d0f48ab
Fix comment in TestTestRunner.cpp
...
"Self-recursive" didn't make much sense.
2016-01-29 20:05:53 -06:00
Patrick Johnmeyer
44aa33b02b
Reduce possible timing test failures
...
TestFinishIsCalledWithCorrectTime was reliant on SleepMs(20) waking
up before a certain threshold was hit, which is not reliable. This
change uses the actual time of running tests as the top threshold;
not a great improvement but a good quick fix.
Fixes #90
2016-01-29 19:50:23 -06:00
Patrick Johnmeyer
1fe3d72776
Reformatted code from #54 .
2014-06-27 22:42:53 -05:00
Nathan Lapierre
6ea2db4cb1
keep absolute path
2014-06-05 02:07:49 -03:00
Nathan Lapierre
7b47f1c59a
fix broken tests
2014-06-05 02:06:44 -03:00
Patrick Johnmeyer
859e6250d2
Move src to UnitTest++ and move src/tests to tests.
...
CMakeLists was modified to support this, then include paths for the
test executable also had to be modified to include UnitTest++.
2013-02-20 00:22:14 -06:00