]> rtime.felk.cvut.cz Git - wvtest.git/blobdiff - dotnet/wvtestmain.cs
Added a Makefile to dotnet as an example of how to run tests.
[wvtest.git] / dotnet / wvtestmain.cs
diff --git a/dotnet/wvtestmain.cs b/dotnet/wvtestmain.cs
new file mode 100644 (file)
index 0000000..272a128
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+ * Versaplex:
+ *   Copyright (C)2007-2008 Versabanq Innovations Inc. and contributors.
+ *       See the included file named LICENSE for license information.
+ */
+using System;
+using Wv.Test;
+
+public class WvTestMain
+{
+    public static void Main()
+    {
+       WvTest.DoMain();
+    }
+}