aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting/Helper.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting/Helper.cs')
-rw-r--r--Software/Visual_Studio/Tango.UnitTesting/Helper.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/Helper.cs b/Software/Visual_Studio/Tango.UnitTesting/Helper.cs
index 7c0e639c5..8a4cd57e8 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/Helper.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/Helper.cs
@@ -35,6 +35,15 @@ namespace Tango.UnitTesting
}
/// <summary>
+ /// Gets the machine studio exe path.
+ /// </summary>
+ /// <returns></returns>
+ public static String GetMachineStudioPath()
+ {
+ return Path.GetFullPath(@"..\..\Build\Debug\Tango.MachineStudio.UI.exe");
+ }
+
+ /// <summary>
/// Gets the SQLite database file path in DB folder.
/// </summary>
/// <returns></returns>