Skip to content

Commit

Permalink
[Tests] Update runtime for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertvanderHulst committed Nov 15, 2024
1 parent 611e4e3 commit 455d3be
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CompilerTests/Automated/CompilerTests.prg
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ RETURN oApp

METHOD LoadApplication(oApp AS AppClass,oStream AS StreamReader) AS STRING
STATIC LOCAL aRuntime := <STRING>{;
"XSharp.Core","XSharp.VO","XSharp.RT","XSharp.RDD","XSharp.VFP","XSharp.XPP","XSharp.MacroCompiler","XSharp.Data", "XSharp.Harbour";
"XSharp.Core","XSharp.VO","XSharp.RT","XSharp.RDD","XSharp.VFP","XSharp.XPP","XSharp.MacroCompiler","XSharp.Data", "XSharp.Harbour",;
"VulcanRTFuncs","VulcanRT",;
"VulcanVOConsoleClasses","VulcanVOGUIClasses","VulcanVOInternetClasses","VulcanVORDDClasses","VulcanVOSQLClasses","VulcanVOSystemClasses","VulcanVOWin32APILibrary",;
"VOConsoleClasses","VOGUIClasses","VOInternetClasses","VORDDClasses","VOSQLClasses","VOSystemClasses","VOWin32APILibrary";
Expand Down
Binary file modified src/CompilerTests/Runtime/VOConsoleClasses.dll
Binary file not shown.
Binary file modified src/CompilerTests/Runtime/VOGUIClasses.dll
Binary file not shown.
Binary file modified src/CompilerTests/Runtime/VOInternetClasses.dll
Binary file not shown.
Binary file modified src/CompilerTests/Runtime/VORDDClasses.dll
Binary file not shown.
Binary file modified src/CompilerTests/Runtime/VOSQLClasses.dll
Binary file not shown.
Binary file modified src/CompilerTests/Runtime/VOSystemClasses.dll
Binary file not shown.
Binary file modified src/CompilerTests/Runtime/VOWin32APILibrary.dll
Binary file not shown.
Binary file modified src/CompilerTests/Runtime/XSharp.Core.dll
Binary file not shown.
Binary file modified src/CompilerTests/Runtime/XSharp.Data.dll
Binary file not shown.
Binary file modified src/CompilerTests/Runtime/XSharp.MacroCompiler.dll
Binary file not shown.
Binary file modified src/CompilerTests/Runtime/XSharp.RT.dll
Binary file not shown.
Binary file modified src/CompilerTests/Runtime/XSharp.Rdd.dll
Binary file not shown.
Binary file modified src/CompilerTests/Runtime/XSharp.VFP.dll
Binary file not shown.
Binary file modified src/CompilerTests/Runtime/XSharp.VO.dll
Binary file not shown.
Binary file modified src/CompilerTests/Runtime/XSharp.XPP.dll
Binary file not shown.

0 comments on commit 455d3be

Please sign in to comment.