diff --git a/tests/Program.fs b/tests/Program.fs new file mode 100644 index 0000000..e5bfa1b --- /dev/null +++ b/tests/Program.fs @@ -0,0 +1,4 @@ +module Program = + + [] + let main _ = 0 diff --git a/tests/UnitTest1.fs b/tests/UnitTest1.fs new file mode 100644 index 0000000..d5f2e35 --- /dev/null +++ b/tests/UnitTest1.fs @@ -0,0 +1,8 @@ +module tests + +open NUnit.Framework +open Pentole.TestsExtensions + +[] +let Test1 () = + Assert.Pass() diff --git a/tests/tests.fsproj b/tests/tests.fsproj new file mode 100644 index 0000000..ac00cf8 --- /dev/null +++ b/tests/tests.fsproj @@ -0,0 +1,30 @@ + + + + net8.0 + + false + false + true + + + + + + + + + + + + + + + + + + + + + +