Browse Source

Changed GetTestsDirectory to be public.

pull/86/head
triton 12 years ago
parent
commit
6631d7e7c8
  1. 2
      src/Generator/Utils/TestsUtils.cs

2
src/Generator/Utils/TestsUtils.cs

@ -16,7 +16,7 @@ namespace CppSharp.Utils @@ -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());

Loading…
Cancel
Save