summaryrefslogtreecommitdiff
path: root/gr-digital/python/utils/run_tests.in
blob: adcbdfd21e3ac9d2e1db4339586369a1c7b18bf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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.

# Nothing in here at the moment.