mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-27 00:28:49 +03:00
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.
30 lines
1.1 KiB
Text
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'.
|
|
|