diff --git a/src/Generator/Utils/TestsUtils.cs b/src/Generator/Utils/TestsUtils.cs index 9d66186b..eabcf291 100644 --- a/src/Generator/Utils/TestsUtils.cs +++ b/src/Generator/Utils/TestsUtils.cs @@ -21,7 +21,7 @@ namespace CppSharp.Utils options.LibraryName = name; options.GeneratorKind = kind; options.OutputDir = "../gen/" + name; - options.GenerateLibraryNamespace = false; + options.GenerateLibraryNamespace = true; options.SharedLibraryName = name + ".Native"; // Workaround for CLR which does not check for .dll if the