From 71149592670f7592886751a9a866459bef0f12cc Mon Sep 17 00:00:00 2001 From: Justin Ross Date: Thu, 21 Apr 2016 12:31:34 +0000 Subject: QPID-7207: Create independent cpp and python subtrees, with content from tools and extras git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1740289 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/run.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 qpid/cpp/src/tests/run.py (limited to 'qpid/cpp/src/tests/run.py') diff --git a/qpid/cpp/src/tests/run.py b/qpid/cpp/src/tests/run.py new file mode 100755 index 0000000000..9b74ba4d30 --- /dev/null +++ b/qpid/cpp/src/tests/run.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python + +from common import * + +call(" ".join(ARGS[1:])) + -- cgit v1.2.1