source upload
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
unit ServFishShopTests;
|
||||
|
||||
{$I Synopse.inc} // define HASINLINE CPU32 CPU64 OWNNORMTOUPPER
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
SynCommons,
|
||||
mORMot,
|
||||
SynTests,
|
||||
ServFishShopTypes,
|
||||
ServFishShopMain;
|
||||
|
||||
type
|
||||
TFishShopTests = class(TSynTestsLogged)
|
||||
published
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
||||
|
||||
end.
|
Reference in New Issue
Block a user