mirror of
https://github.com/CloudDelphi/Virtual-File-System
synced 2025-12-19 09:53:54 +01:00
12 lines
163 B
ObjectPascal
12 lines
163 B
ObjectPascal
program VfsTest;
|
|
|
|
uses
|
|
TestFramework, GuiTestRunner,
|
|
VfsUtils, VfsBase, VfsDebug, VfsExport,
|
|
VfsDebugTest;
|
|
|
|
begin
|
|
TGUITestRunner.RunRegisteredTests;
|
|
end.
|
|
|