diff options
Diffstat (limited to 'gr-gcell/src/run_tests.in')
-rw-r--r-- | gr-gcell/src/run_tests.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gr-gcell/src/run_tests.in b/gr-gcell/src/run_tests.in new file mode 100644 index 000000000..f7d51750d --- /dev/null +++ b/gr-gcell/src/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-gcell \ + @abs_top_builddir@/gr-gcell \ + @srcdir@ |