diff options
author | Josh Blum | 2011-10-19 16:37:33 -0700 |
---|---|---|
committer | Josh Blum | 2011-10-19 16:37:33 -0700 |
commit | be300d920fe1b7a3eb738565cddd10624ec62a75 (patch) | |
tree | 45bb49c4a4acd7c93bb218c84b94de4c90f198c5 /gr-radio-astronomy/src/python/run_tests.in | |
parent | a57f7484a1b1ba18b66334675ce6458b00d40626 (diff) | |
parent | e30b824e9165bff69f09121631c3d5a706cbbd39 (diff) | |
download | gnuradio-be300d920fe1b7a3eb738565cddd10624ec62a75.tar.gz gnuradio-be300d920fe1b7a3eb738565cddd10624ec62a75.tar.bz2 gnuradio-be300d920fe1b7a3eb738565cddd10624ec62a75.zip |
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
Diffstat (limited to 'gr-radio-astronomy/src/python/run_tests.in')
-rw-r--r-- | gr-radio-astronomy/src/python/run_tests.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gr-radio-astronomy/src/python/run_tests.in b/gr-radio-astronomy/src/python/run_tests.in deleted file mode 100644 index c382145a6..000000000 --- a/gr-radio-astronomy/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-radio-astronomy \ - @abs_top_builddir@/gr-radio-astronomy \ - @srcdir@ |