source upload

This commit is contained in:
Razor12911
2022-01-17 22:16:47 +02:00
parent 12936d065b
commit 098e8c48de
1778 changed files with 1206749 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
program DDDPersistence;
{$APPTYPE CONSOLE}
uses
{$I SynDprUses.inc} // includes FastMM4
SynLog,
mORMot,
SysUtils,
SynCommons,
DDDPersistenceMain;
begin
TSynLogTestLog := SQLite3Log; // share the same log file with the whole mORMot
SQLite3Log.Family.HighResolutionTimeStamp := true;
TTestSuit.RunAsConsole('Automated Tests',LOG_VERBOSE);
end.