Skip to content

Commit

Permalink
Renamed unit test project
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Oct 23, 2018
1 parent fb17929 commit c53d3e6
Show file tree
Hide file tree
Showing 51 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/Doxyfile
Expand Up @@ -4,7 +4,7 @@ INPUT = . ../src
USE_MDFILE_AS_MAINPAGE = main.md
STRIP_FROM_PATH = ../src
RECURSIVE = YES
EXCLUDE_PATTERNS = */packages/* */*.UnitTests/* */Properties/* */obj/* */bin/* *.NativeMethods.cs
EXCLUDE_PATTERNS = */UnitTests/* */Properties/* */obj/* */bin/* *.NativeMethods.cs

OUTPUT_DIRECTORY = ../artifacts/Documentation
GENERATE_TAGFILE = ../artifacts/Documentation/nanobyte-common.tag
Expand Down
2 changes: 1 addition & 1 deletion src/NanoByte.Common.sln
Expand Up @@ -7,7 +7,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "Common\Common.csp
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.WinForms", "Common.WinForms\Common.WinForms.csproj", "{DACD1A8E-7734-458C-92B4-DA1F29940890}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common.UnitTests", "Common.UnitTests\Common.UnitTests.csproj", "{4E618CB3-F190-4080-8509-7D65C46D5700}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{4E618CB3-F190-4080-8509-7D65C46D5700}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/test.ps1
@@ -1,6 +1,6 @@
$ErrorActionPreference = "Stop"
pushd $(Split-Path -Path $MyInvocation.MyCommand.Definition -Parent)

dotnet test --no-build --configuration Release Common.UnitTests\Common.UnitTests.csproj
dotnet test --no-build --configuration Release UnitTests\UnitTests.csproj

popd
2 changes: 1 addition & 1 deletion src/test.sh
Expand Up @@ -2,4 +2,4 @@
set -e
cd `dirname $0`

dotnet test --no-build Common.UnitTests/Common.UnitTests.csproj
dotnet test --no-build UnitTests/UnitTests.csproj

0 comments on commit c53d3e6

Please sign in to comment.