about summary refs log tree commit diff
path: root/pkgs/games/build-support/monogame-patcher/src/tests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/build-support/monogame-patcher/src/tests.cs')
-rw-r--r--pkgs/games/build-support/monogame-patcher/src/tests.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/games/build-support/monogame-patcher/src/tests.cs b/pkgs/games/build-support/monogame-patcher/src/tests.cs
new file mode 100644
index 00000000..8b9d3ee3
--- /dev/null
+++ b/pkgs/games/build-support/monogame-patcher/src/tests.cs
@@ -0,0 +1,10 @@
+using NUnit.Framework;
+
+[TestFixture]
+public class PatcherTests {
+    [Test]
+    public void foo() {
+        // Dummy test
+        Assert.IsTrue(true);
+    }
+}