File: run_tests.in

package info (click to toggle)
gnuradio 3.5.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 24,844 kB
  • sloc: cpp: 68,797; python: 54,233; ansic: 24,669; xml: 18,356; sh: 9,042; makefile: 4,835; asm: 3,373; fortran: 927; lisp: 799
file content (16 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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@