Commit graph

4 commits

Author SHA1 Message Date
Alexis Denis
6c62f24bfd Added conditional compiles around the "using namespace" per author recommendation. 2016-11-20 09:58:41 -06:00
Alexis Denis
2809901115 Adding Borland C++ Builder 5 support.
Included the project files as well as the automatically generated makefiles.
The library compiles without issues.
Borland requires the UnitTest namespace to be defined at the beginning of tests.
Added an default to have no support for C++11.
Added a Borland to the list of compilers that don't recognize "long long" but use __int64 instead.
2016-11-18 16:23:24 -06:00
Patrick Johnmeyer
b47b4f7e85 Add uncrustify config and run first pass. 2016-01-29 22:15:10 -06: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
Renamed from src/tests/TestCurrentTest.cpp (Browse further)