Tests for AST Binder

This commit is contained in:
Michael Schimmel
2025-11-25 13:29:05 +01:00
parent c8e0c78e3f
commit 29c36c7ae0
4 changed files with 335 additions and 9 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ uses
Test.Myc.Ast.RTL in 'AST\Test.Myc.Ast.RTL.pas',
Test.Myc.Ast.Script in 'AST\Test.Myc.Ast.Script.pas',
Test.Myc.Ast.Compiler.Macros in 'AST\Test.Myc.Ast.Compiler.Macros.pas',
Test.Myc.Ast.RTL.DateTime in 'AST\Test.Myc.Ast.RTL.DateTime.pas';
Test.Myc.Ast.RTL.DateTime in 'AST\Test.Myc.Ast.RTL.DateTime.pas',
Test.Myc.Ast.Compiler.Binder in '..\Src\AST\Test.Myc.Ast.Compiler.Binder.pas';
{ keep comment here to protect the following conditional from being removed by the IDE when adding a unit }
{$IFNDEF TESTINSIGHT}
+1
View File
@@ -133,6 +133,7 @@ $(PreBuildEvent)]]></PreBuildEvent>
<DCCReference Include="AST\Test.Myc.Ast.Script.pas"/>
<DCCReference Include="AST\Test.Myc.Ast.Compiler.Macros.pas"/>
<DCCReference Include="AST\Test.Myc.Ast.RTL.DateTime.pas"/>
<DCCReference Include="..\Src\AST\Test.Myc.Ast.Compiler.Binder.pas"/>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>