summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2026-03-19 20:00:16 +0200
committerJoel Stålnacke <joel@saker.fi>2026-03-19 20:00:16 +0200
commit69dcaa0610e54468bdcf4b1dae43de623939b2ab (patch)
treefdb6748370f3a04ff6ea8867a5ac50900dd86f4d
parente5ad2e210de369a31e529cf553f45a296d9681ec (diff)
Add test framework
-rw-r--r--Djup.Testing/src/Djup.Testing.fsproj13
-rw-r--r--Djup.slnx4
2 files changed, 17 insertions, 0 deletions
diff --git a/Djup.Testing/src/Djup.Testing.fsproj b/Djup.Testing/src/Djup.Testing.fsproj
new file mode 100644
index 0000000..91a3a4c
--- /dev/null
+++ b/Djup.Testing/src/Djup.Testing.fsproj
@@ -0,0 +1,13 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net10.0</TargetFramework>
+ <GenerateDocumentationFile>true</GenerateDocumentationFile>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="FsCheck" Version="3.3.2" />
+ <PackageReference Include="Fuchu" Version="1.1.0" />
+ </ItemGroup>
+
+</Project>
diff --git a/Djup.slnx b/Djup.slnx
index 28e7339..befed83 100644
--- a/Djup.slnx
+++ b/Djup.slnx
@@ -1,3 +1,7 @@
<Solution>
+ <Folder Name="/Djup.Testing/" />
+ <Folder Name="/Djup.Testing/src/">
+ <Project Path="Djup.Testing/src/Djup.Testing.fsproj" />
+ </Folder>
<Project Path="Djup.Native/Djup.Native.csproj" />
</Solution>