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

@top_builddir@/run_tests.sh \
    @abs_top_srcdir@/gr-qtgui \
    @abs_top_builddir@/gr-qtgui \
    @srcdir@