Browse Source

tests: started flex

mattias 11 months ago
parent
commit
16c3d72159

+ 13 - 0
tests/base/TCFlexLayout.pas

@@ -0,0 +1,13 @@
+unit TCFlexLayout;
+
+{$mode ObjFPC}{$H+}
+
+interface
+
+uses
+  Classes, SysUtils;
+
+implementation
+
+end.
+

+ 1 - 1
tests/base/TCFresnelFlowLayout.pas → tests/base/TCFlowLayout.pas

@@ -1,4 +1,4 @@
-unit TCFresnelFlowLayout;
+unit TCFlowLayout;
 
 {$mode ObjFPC}{$H+}
 

+ 5 - 1
tests/base/TestFresnelBase.lpi

@@ -75,7 +75,11 @@
         <UnitName Value="TCTextLayout"/>
       </Unit>
       <Unit>
-        <Filename Value="TCFresnelFlowLayout.pas"/>
+        <Filename Value="TCFlowLayout.pas"/>
+        <IsPartOfProject Value="True"/>
+      </Unit>
+      <Unit>
+        <Filename Value="TCFlexLayout.pas"/>
         <IsPartOfProject Value="True"/>
       </Unit>
     </Units>

+ 1 - 1
tests/base/TestFresnelBase.lpr

@@ -12,7 +12,7 @@ program TestFresnelBase;
 
 uses
   Classes, consoletestrunner, TCFresnelCSS, TCFresnelBaseEvents, TCFresnelImages, TCTextLayout,
-  TCFresnelFlowLayout;
+  TCFlowLayout, TCFlexLayout;
 
 type