unittest-cpp/UnitTestcppLib.bpf
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

30 lines
1.1 KiB
Text

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USEUNIT("UnitTest++\AssertException.cpp");
USEUNIT("UnitTest++\Checks.cpp");
USEUNIT("UnitTest++\CompositeTestReporter.cpp");
USEUNIT("UnitTest++\CurrentTest.cpp");
USEUNIT("UnitTest++\DeferredTestReporter.cpp");
USEUNIT("UnitTest++\DeferredTestResult.cpp");
USEUNIT("UnitTest++\MemoryOutStream.cpp");
USEUNIT("UnitTest++\ReportAssert.cpp");
USEUNIT("UnitTest++\Test.cpp");
USEUNIT("UnitTest++\TestDetails.cpp");
USEUNIT("UnitTest++\TestList.cpp");
USEUNIT("UnitTest++\TestReporter.cpp");
USEUNIT("UnitTest++\TestReporterStdout.cpp");
USEUNIT("UnitTest++\TestResults.cpp");
USEUNIT("UnitTest++\TestRunner.cpp");
USEUNIT("UnitTest++\TimeConstraint.cpp");
USEUNIT("UnitTest++\XmlTestReporter.cpp");
USEUNIT("UnitTest++\Win32\TimeHelpers.cpp");
USEUNIT("UnitTest++\RequiredCheckException.cpp");
USEUNIT("UnitTest++\RequiredCheckTestReporter.cpp");
USEUNIT("UnitTest++\ThrowingTestReporter.cpp");
//---------------------------------------------------------------------------
#define Library
// To add a file to the library use the Project menu 'Add to Project'.