Imported Upstream version 3.0
[debian/gnuradio] / gnuradio-core / src / python / gnuradio / gr / run_tests.in
1 #!/bin/sh
2
3 # 1st parameter is absolute path to component source directory
4 # 2nd parameter is absolute path to component build directory
5 # 3rd parameter is path to Python QA directory
6
7 # Note: calling master run_tests.sh in gnuradio core is not strictly
8 # correct, as it will result in a partially bogus PYTHONPATH, but it
9 # does make the correct paths in the second half so all is well.
10
11 @top_builddir@/run_tests.sh \
12     @abs_top_srcdir@/gnuradio-core \
13     @abs_top_builddir@/gnuradio-core \
14     @srcdir@