diff options
author | Johnathan Corgan | 2011-07-03 16:07:29 -0700 |
---|---|---|
committer | Johnathan Corgan | 2011-07-03 16:07:29 -0700 |
commit | f2b3a24eeb7d37111f856ee0d14525611706bb9b (patch) | |
tree | fc5b5911687f84fe3191a509ce3678952aed3ec2 /gr-sounder/src/python/run_tests.in | |
parent | e18740dee59e76432fd1ff62feadf7ad77215c1d (diff) | |
download | gnuradio-f2b3a24eeb7d37111f856ee0d14525611706bb9b.tar.gz gnuradio-f2b3a24eeb7d37111f856ee0d14525611706bb9b.tar.bz2 gnuradio-f2b3a24eeb7d37111f856ee0d14525611706bb9b.zip |
sounder: removed from tree, obsolete
Diffstat (limited to 'gr-sounder/src/python/run_tests.in')
-rw-r--r-- | gr-sounder/src/python/run_tests.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gr-sounder/src/python/run_tests.in b/gr-sounder/src/python/run_tests.in deleted file mode 100644 index b8f7830c2..000000000 --- a/gr-sounder/src/python/run_tests.in +++ /dev/null @@ -1,10 +0,0 @@ -#!/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-sounder \ - @abs_top_builddir@/gr-sounder \ - @srcdir@ |