From 6631d7e7c86b49eaf86d4393cbfe45ccefc80b27 Mon Sep 17 00:00:00 2001 From: triton Date: Fri, 25 Oct 2013 03:32:59 +0100 Subject: [PATCH] Changed GetTestsDirectory to be public. --- src/Generator/Utils/TestsUtils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Generator/Utils/TestsUtils.cs b/src/Generator/Utils/TestsUtils.cs index 846fbcff..f840b960 100644 --- a/src/Generator/Utils/TestsUtils.cs +++ b/src/Generator/Utils/TestsUtils.cs @@ -16,7 +16,7 @@ namespace CppSharp.Utils this.kind = kind; } - static string GetTestsDirectory(string name) + public static string GetTestsDirectory(string name) { var directory = Directory.GetParent(Directory.GetCurrentDirectory());