Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
006fe41a
Unverified
Commit
006fe41a
authored
Feb 03, 2019
by
Vinicius Jarina
Committed by
GitHub
Feb 03, 2019
Browse files
Add .NET Core tests. (#272)
parent
0432ec93
Changes
2
Hide whitespace changes
Inline
Side-by-side
NLua.sln
View file @
006fe41a
...
@@ -35,6 +35,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLuaTest.XamarinTVOS", "tes
...
@@ -35,6 +35,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLuaTest.XamarinTVOS", "tes
EndProject
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "NLuaTest.Shared.Scripts", "tests\src\NLuaTest.Shared.Scripts.shproj", "{9E2A0BC0-5C10-4A85-9CA1-2BEB751128B7}"
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "NLuaTest.Shared.Scripts", "tests\src\NLuaTest.Shared.Scripts.shproj", "{9E2A0BC0-5C10-4A85-9CA1-2BEB751128B7}"
EndProject
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLuaTest.Core", "tests\build\netcore\NLuaTest.Core.csproj", "{C3B8FC88-E476-4D34-874E-A0FE67FA0CBC}"
EndProject
Global
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
GlobalSection(SharedMSBuildProjectFiles) = preSolution
tests\src\NLuaTest.Shared.projitems*{20225b34-18f0-477b-ae89-1c95b788c55d}*SharedItemsImports = 4
tests\src\NLuaTest.Shared.projitems*{20225b34-18f0-477b-ae89-1c95b788c55d}*SharedItemsImports = 4
...
@@ -176,6 +178,16 @@ Global
...
@@ -176,6 +178,16 @@ Global
{73AA14F8-8A24-4011-8030-3FB3248044C3}.ReleaseCore|Any CPU.ActiveCfg = Release|iPhoneSimulator
{73AA14F8-8A24-4011-8030-3FB3248044C3}.ReleaseCore|Any CPU.ActiveCfg = Release|iPhoneSimulator
{73AA14F8-8A24-4011-8030-3FB3248044C3}.ReleaseMac|Any CPU.ActiveCfg = Release|iPhoneSimulator
{73AA14F8-8A24-4011-8030-3FB3248044C3}.ReleaseMac|Any CPU.ActiveCfg = Release|iPhoneSimulator
{73AA14F8-8A24-4011-8030-3FB3248044C3}.ReleaseMac|Any CPU.Build.0 = Release|iPhoneSimulator
{73AA14F8-8A24-4011-8030-3FB3248044C3}.ReleaseMac|Any CPU.Build.0 = Release|iPhoneSimulator
{C3B8FC88-E476-4D34-874E-A0FE67FA0CBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3B8FC88-E476-4D34-874E-A0FE67FA0CBC}.DebugAndroid|Any CPU.ActiveCfg = Debug|Any CPU
{C3B8FC88-E476-4D34-874E-A0FE67FA0CBC}.DebugCore|Any CPU.ActiveCfg = Debug|Any CPU
{C3B8FC88-E476-4D34-874E-A0FE67FA0CBC}.DebugCore|Any CPU.Build.0 = Debug|Any CPU
{C3B8FC88-E476-4D34-874E-A0FE67FA0CBC}.DebugMac|Any CPU.ActiveCfg = Debug|Any CPU
{C3B8FC88-E476-4D34-874E-A0FE67FA0CBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3B8FC88-E476-4D34-874E-A0FE67FA0CBC}.ReleaseAndroid|Any CPU.ActiveCfg = Release|Any CPU
{C3B8FC88-E476-4D34-874E-A0FE67FA0CBC}.ReleaseCore|Any CPU.ActiveCfg = Release|Any CPU
{C3B8FC88-E476-4D34-874E-A0FE67FA0CBC}.ReleaseCore|Any CPU.Build.0 = Release|Any CPU
{C3B8FC88-E476-4D34-874E-A0FE67FA0CBC}.ReleaseMac|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
HideSolutionNode = FALSE
...
@@ -195,6 +207,7 @@ Global
...
@@ -195,6 +207,7 @@ Global
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB} = {BDBA9844-3BD3-436C-AB8A-8E78C810A710}
{20AE709C-FB97-48E3-89B0-A34A5C3DA1DB} = {BDBA9844-3BD3-436C-AB8A-8E78C810A710}
{73AA14F8-8A24-4011-8030-3FB3248044C3} = {BDBA9844-3BD3-436C-AB8A-8E78C810A710}
{73AA14F8-8A24-4011-8030-3FB3248044C3} = {BDBA9844-3BD3-436C-AB8A-8E78C810A710}
{9E2A0BC0-5C10-4A85-9CA1-2BEB751128B7} = {BDBA9844-3BD3-436C-AB8A-8E78C810A710}
{9E2A0BC0-5C10-4A85-9CA1-2BEB751128B7} = {BDBA9844-3BD3-436C-AB8A-8E78C810A710}
{C3B8FC88-E476-4D34-874E-A0FE67FA0CBC} = {BDBA9844-3BD3-436C-AB8A-8E78C810A710}
EndGlobalSection
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4720E610-698B-48DD-BBD7-03AC99E9BC90}
SolutionGuid = {4720E610-698B-48DD-BBD7-03AC99E9BC90}
...
...
tests/build/netcore/NLuaTest.Core.csproj
View file @
006fe41a
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<IsPackable>false</IsPackable>
<IsPackable>false</IsPackable>
<AssemblyName>NLuaTest</AssemblyName>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
...
@@ -24,76 +25,16 @@
...
@@ -24,76 +25,16 @@
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<PackageReference Include="
JetBrains.DotMemoryUnit
" Version="
3
.0.
20171219.105559
" />
<PackageReference Include="
KeraLua
" Version="
1
.0.
4
" />
<PackageReference Include="nunit" Version="3.11.0" />
<PackageReference Include="nunit" Version="3.11.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.1
1
.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.1
2
.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
</ItemGroup>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\Properties\AssemblyInfo.cs" />
<Compile Include="..\..\Tests\Core.cs" />
<Compile Include="..\..\Tests\Interop.cs" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\LuaTests\core\bisect.lua" Link="LuaTests\core\bisect.lua">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\LuaTests\core\cf.lua" Link="LuaTests\core\cf.lua">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\LuaTests\core\factorial.lua" Link="LuaTests\core\factorial.lua">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\LuaTests\core\fib.lua" Link="LuaTests\core\fib.lua">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\LuaTests\core\fibfor.lua" Link="LuaTests\core\fibfor.lua">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\LuaTests\core\life.lua" Link="LuaTests\core\life.lua">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\LuaTests\core\printf.lua" Link="LuaTests\core\printf.lua">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\LuaTests\core\sieve.lua" Link="LuaTests\core\sieve.lua">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\LuaTests\core\sort.lua" Link="LuaTests\core\sort.lua">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\LuaTests\scripts\foo.lua">
<Link>foo.lua</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\LuaTests\scripts\main.lua">
<Link>main.lua</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\..\LuaTests\scripts\module1.lua">
<Link>module1.lua</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="..\..\..\runtimes\win-x64\native\lua53.dll" Condition="'$(Os)'=='Windows_NT'">
<Link>lua53.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\..\runtimes\osx\native\liblua53.dylib" Condition="'$(OS)'=='Unix' and Exists('/usr/lib/libc.dylib')">
<Link>liblua53.dylib</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\..\runtimes\linux-x64\native\liblua53.so" Condition="'$(OS)'=='Unix' and !Exists('/usr/lib/libc.dylib')">
<Link>liblua53.so</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Folder Include="LuaTests\core\" />
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\build\netcore\NLua.NetCore.csproj" />
<ProjectReference Include="..\..\..\build\netcore\NLua.NetCore.csproj" />
</ItemGroup>
</ItemGroup>
<Import Project="..\..\src\NLuaTest.Shared.projitems" Label="Shared" />
<Import Project="..\..\src\NLuaTest.Shared.Scripts.projitems" Label="Shared" />
</Project>
</Project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment