tests: add input file as test case

This commit is contained in:
Stevan Freeborn
2023-12-08 22:01:58 -06:00
parent b05f886666
commit 9aff5620f0
2 changed files with 11 additions and 0 deletions
@@ -27,4 +27,10 @@
<ProjectReference Include="..\HauntedWasteland\HauntedWasteland.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="..\INPUT.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>