diff options
author | Tom Rondeau | 2011-07-10 20:29:27 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-07-10 20:29:27 -0400 |
commit | f232855f93d4bccf08b9836943b55c25c2ef0055 (patch) | |
tree | 68859b16d3728935e30b2a883289591c4b3ac27c /gr-digital/python/utils/run_tests.in | |
parent | 7dfb50a3deec474bb8896cfbfc8d51928908bd17 (diff) | |
download | gnuradio-f232855f93d4bccf08b9836943b55c25c2ef0055.tar.gz gnuradio-f232855f93d4bccf08b9836943b55c25c2ef0055.tar.bz2 gnuradio-f232855f93d4bccf08b9836943b55c25c2ef0055.zip |
digital: moving more constellation blocks into gr-digital. Builds, make check needs work.
Diffstat (limited to 'gr-digital/python/utils/run_tests.in')
-rw-r--r-- | gr-digital/python/utils/run_tests.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gr-digital/python/utils/run_tests.in b/gr-digital/python/utils/run_tests.in deleted file mode 100644 index adcbdfd21..000000000 --- a/gr-digital/python/utils/run_tests.in +++ /dev/null @@ -1,11 +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 - -# 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. |