From b8f174ce7eae1cfe8deda0353da4557a238730c9 Mon Sep 17 00:00:00 2001 From: Eric Blossom Date: Mon, 27 Dec 2010 22:37:30 -0800 Subject: Add minimal Python and Guile QA code to gr-uhd. --- gr-uhd/swig/run_tests.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gr-uhd/swig/run_tests.in (limited to 'gr-uhd/swig/run_tests.in') diff --git a/gr-uhd/swig/run_tests.in b/gr-uhd/swig/run_tests.in new file mode 100644 index 000000000..195e71316 --- /dev/null +++ b/gr-uhd/swig/run_tests.in @@ -0,0 +1,10 @@ +#!/bin/sh + +# 1st parameter is absolute path to component source directory +# 2nd parameter is absolute path to component build directory +# 3rd parameter is path to Python QA directory + +@top_builddir@/run_tests.sh \ + @abs_top_srcdir@/gr-uhd \ + @abs_top_builddir@/gr-uhd \ + @srcdir@ -- cgit