From 69343c64b63e2ae675332df10a8ad786cbda7094 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 3 Jun 2018 18:01:27 +0300 Subject: Implemented RemoteRunner! --- Software/Visual_Studio/Tango.UnitTesting/Helper.cs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Software/Visual_Studio/Tango.UnitTesting/Helper.cs') diff --git a/Software/Visual_Studio/Tango.UnitTesting/Helper.cs b/Software/Visual_Studio/Tango.UnitTesting/Helper.cs index e09b17149..67252f914 100644 --- a/Software/Visual_Studio/Tango.UnitTesting/Helper.cs +++ b/Software/Visual_Studio/Tango.UnitTesting/Helper.cs @@ -43,6 +43,15 @@ namespace Tango.UnitTesting return Path.GetFullPath(@"..\..\Build\Debug\Tango.MachineStudio.UI.exe"); } + /// + /// Gets the tango build path. + /// + /// + public static String GetBuildPath() + { + return Path.GetFullPath(@"..\..\Build\Debug"); + } + /// /// Gets the SQLite database file path in DB folder. /// -- cgit v1.3.1