mirror of https://github.com/mono/CppSharp.git
103 changed files with 11 additions and 19 deletions
@ -1,11 +0,0 @@ |
|||||||
function SetupWrapper(name) |
|
||||||
if not EnabledManagedProjects() then |
|
||||||
return |
|
||||||
end |
|
||||||
|
|
||||||
SetupExternalManagedTestProject(name .. ".CSharp") |
|
||||||
end |
|
||||||
|
|
||||||
group "Tests/Namespaces" |
|
||||||
SetupTestNativeProject("NamespacesBase") |
|
||||||
targetdir (path.join(gendir, "NamespacesDerived")) |
|
@ -1,5 +1,5 @@ |
|||||||
<Project> |
<Project> |
||||||
<Import Project="../Directory.Build.props" /> |
<Import Project="../../Directory.Build.props" /> |
||||||
<Import Project="Test.Common.props" /> |
<Import Project="Test.Common.props" /> |
||||||
<Import Project="Test.Generator.props" Condition="$(IsTestGenerator)" /> |
<Import Project="Test.Generator.props" Condition="$(IsTestGenerator)" /> |
||||||
<Import Project="Test.Bindings.props" Condition="$(IsTestBindings)" /> |
<Import Project="Test.Bindings.props" Condition="$(IsTestBindings)" /> |
@ -0,0 +1,3 @@ |
|||||||
|
group "Tests/Namespaces" |
||||||
|
SetupTestNativeProject("NamespacesBase") |
||||||
|
targetdir (path.join(gendir, "NamespacesDerived")) |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue