summaryrefslogtreecommitdiff
path: root/src/SMAPI.Tests/StardewModdingAPI.Tests.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-02-19 20:18:30 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-02-19 20:18:30 -0500
commit3b4e81bf69e28c9bcc33c782f58e5099d73c4f91 (patch)
treeaf170db0e147740b7acaa231b59d11a87ad15ad6 /src/SMAPI.Tests/StardewModdingAPI.Tests.csproj
parent049952de33b9d3e1ba81c27212f75268d8ed76f1 (diff)
downloadSMAPI-3b4e81bf69e28c9bcc33c782f58e5099d73c4f91.tar.gz
SMAPI-3b4e81bf69e28c9bcc33c782f58e5099d73c4f91.tar.bz2
SMAPI-3b4e81bf69e28c9bcc33c782f58e5099d73c4f91.zip
encapsulate path utilities for reuse, add unit tests
Diffstat (limited to 'src/SMAPI.Tests/StardewModdingAPI.Tests.csproj')
-rw-r--r--src/SMAPI.Tests/StardewModdingAPI.Tests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI.Tests/StardewModdingAPI.Tests.csproj b/src/SMAPI.Tests/StardewModdingAPI.Tests.csproj
index 6e7fa1f0..e4b2c8c6 100644
--- a/src/SMAPI.Tests/StardewModdingAPI.Tests.csproj
+++ b/src/SMAPI.Tests/StardewModdingAPI.Tests.csproj
@@ -49,6 +49,7 @@
<Compile Include="..\..\build\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
+ <Compile Include="Core\PathUtilitiesTests.cs" />
<Compile Include="Utilities\SemanticVersionTests.cs" />
<Compile Include="Utilities\SDateTests.cs" />
<Compile Include="Core\TranslationTests.cs" />