From 69dcaa0610e54468bdcf4b1dae43de623939b2ab Mon Sep 17 00:00:00 2001 From: Joel Stålnacke Date: Thu, 19 Mar 2026 20:00:16 +0200 Subject: Add test framework --- Djup.Testing/src/Djup.Testing.fsproj | 13 +++++++++++++ Djup.slnx | 4 ++++ 2 files changed, 17 insertions(+) create mode 100644 Djup.Testing/src/Djup.Testing.fsproj 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 @@ + + + + net10.0 + true + + + + + + + + diff --git a/Djup.slnx b/Djup.slnx index 28e7339..befed83 100644 --- a/Djup.slnx +++ b/Djup.slnx @@ -1,3 +1,7 @@ + + + + -- cgit v1.2.3