diff options
author | Josh Blum | 2011-10-20 09:41:07 -0700 |
---|---|---|
committer | Josh Blum | 2011-11-16 20:38:30 -0800 |
commit | de849caeb9d689ab0ffd9d8279ba0cb1af925753 (patch) | |
tree | be4b7ab8b47c4ba918c54c97064f7d4929b436a1 /docs/doxygen/doxyxml/run_tests.in | |
parent | 9a25332b706b1ffadf8cdf9b405e89c37a1e2278 (diff) | |
download | gnuradio-de849caeb9d689ab0ffd9d8279ba0cb1af925753.tar.gz gnuradio-de849caeb9d689ab0ffd9d8279ba0cb1af925753.tar.bz2 gnuradio-de849caeb9d689ab0ffd9d8279ba0cb1af925753.zip |
docs: grabbed support files from ben's repo and my repo
Diffstat (limited to 'docs/doxygen/doxyxml/run_tests.in')
-rw-r--r-- | docs/doxygen/doxyxml/run_tests.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/doxygen/doxyxml/run_tests.in b/docs/doxygen/doxyxml/run_tests.in new file mode 100644 index 000000000..db9cc62bc --- /dev/null +++ b/docs/doxygen/doxyxml/run_tests.in @@ -0,0 +1,16 @@ +#!/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 + +# Note: calling master run_tests.sh in gnuradio core is not strictly +# correct, as it will result in a partially bogus PYTHONPATH, but it +# does make the correct paths in the second half so all is well. + +@PYTHON@ @srcdir@/__init__.py + +# @top_builddir@/run_tests.sh \ +# @abs_top_srcdir@/gnuradio-core \ +# @abs_top_builddir@/gnuradio-core \ +# @srcdir@ |