diff options
author | Tom Rondeau | 2011-11-27 20:27:35 -0500 |
---|---|---|
committer | Tom Rondeau | 2011-11-27 20:27:35 -0500 |
commit | c04d53d32513a48187aa51efc9e99e9a140a2689 (patch) | |
tree | 4a4e1e25ae9b2be5d65c9396e654d699ed90c7b8 /gr-howto-write-a-block-cmake/docs/doxygen/doxyxml/run_tests.in | |
parent | 355dbf5b35e2c4ebbce6c5d7d1ef5a3b0f5610ce (diff) | |
download | gnuradio-c04d53d32513a48187aa51efc9e99e9a140a2689.tar.gz gnuradio-c04d53d32513a48187aa51efc9e99e9a140a2689.tar.bz2 gnuradio-c04d53d32513a48187aa51efc9e99e9a140a2689.zip |
docs: added doxygen and swig docs building tools into howto (cmake version only).
Diffstat (limited to 'gr-howto-write-a-block-cmake/docs/doxygen/doxyxml/run_tests.in')
-rw-r--r-- | gr-howto-write-a-block-cmake/docs/doxygen/doxyxml/run_tests.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gr-howto-write-a-block-cmake/docs/doxygen/doxyxml/run_tests.in b/gr-howto-write-a-block-cmake/docs/doxygen/doxyxml/run_tests.in new file mode 100644 index 000000000..db9cc62bc --- /dev/null +++ b/gr-howto-write-a-block-cmake/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@ |