From f42bfc2f3817fca6d1084c9b59e35f30d3313380 Mon Sep 17 00:00:00 2001 From: Rupert Smith Date: Mon, 24 Sep 2007 15:05:50 +0000 Subject: Added TestClient program for running distributed tests with. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@578847 13f79535-47bb-0310-9956-ffa450edef68 --- dotnet/TestClient/Program.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dotnet/TestClient/Program.cs (limited to 'dotnet/TestClient/Program.cs') diff --git a/dotnet/TestClient/Program.cs b/dotnet/TestClient/Program.cs new file mode 100644 index 0000000000..4c39638eb3 --- /dev/null +++ b/dotnet/TestClient/Program.cs @@ -0,0 +1,10 @@ +namespace TopicListener +{ + class Program + { + static void Main(string[] args) + { + Apache.Qpid.Client.Tests.interop.TestClient.Main(args); + } + } +} -- cgit v1.2.1