aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting/Helper.cs
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2018-06-04 09:57:10 +0300
committerAvi Levkovich <avi@twine-s.com>2018-06-04 09:57:10 +0300
commiteeba1f2f7571dc5bfc299444d99cf643677698c5 (patch)
tree030ed21787fd79635d65106ba81e19b2a25ec578 /Software/Visual_Studio/Tango.UnitTesting/Helper.cs
parent7e98f62f4a3ef6715206311adde99572663a22a5 (diff)
parentacf120606f7495bd132c0250fccb1b975e9660da (diff)
downloadTango-eeba1f2f7571dc5bfc299444d99cf643677698c5.tar.gz
Tango-eeba1f2f7571dc5bfc299444d99cf643677698c5.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
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 e09b17149..67252f914 100644
--- a/Software/Visual_Studio/Tango.UnitTesting/Helper.cs
+++ b/Software/Visual_Studio/Tango.UnitTesting/Helper.cs
@@ -44,6 +44,15 @@ namespace Tango.UnitTesting
}
/// <summary>
+ /// Gets the tango build path.
+ /// </summary>
+ /// <returns></returns>
+ public static String GetBuildPath()
+ {
+ return Path.GetFullPath(@"..\..\Build\Debug");
+ }
+
+ /// <summary>
/// Gets the SQLite database file path in DB folder.
/// </summary>
/// <returns></returns>