diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-07-10 20:29:27 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-07-10 20:29:27 -0400 |
commit | f232855f93d4bccf08b9836943b55c25c2ef0055 (patch) | |
tree | 68859b16d3728935e30b2a883289591c4b3ac27c /gr-digital/python/utils | |
parent | 7dfb50a3deec474bb8896cfbfc8d51928908bd17 (diff) |
digital: moving more constellation blocks into gr-digital. Builds, make check needs work.
Diffstat (limited to 'gr-digital/python/utils')
-rw-r--r-- | gr-digital/python/utils/Makefile.am | 9 | ||||
-rw-r--r-- | gr-digital/python/utils/run_tests.in | 11 |
2 files changed, 4 insertions, 16 deletions
diff --git a/gr-digital/python/utils/Makefile.am b/gr-digital/python/utils/Makefile.am index c35951b44d..6da4d61dd0 100644 --- a/gr-digital/python/utils/Makefile.am +++ b/gr-digital/python/utils/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2007,2009 Free Software Foundation, Inc. +# Copyright 2011 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -22,12 +22,11 @@ include $(top_srcdir)/Makefile.common if PYTHON -utilspythondir = $(grpythondir)/utils +utilspythondir = $(grpythondir)/digital/utils -TESTS = \ - run_tests +TESTS = -nobase_utilspython_PYTHON = \ +utilspython_PYTHON = \ __init__.py \ gray_code.py \ mod_codes.py \ diff --git a/gr-digital/python/utils/run_tests.in b/gr-digital/python/utils/run_tests.in deleted file mode 100644 index adcbdfd21e..0000000000 --- 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. |