summaryrefslogtreecommitdiff
path: root/gr-digital/python/utils
diff options
context:
space:
mode:
Diffstat (limited to 'gr-digital/python/utils')
-rw-r--r--gr-digital/python/utils/Makefile.am9
-rw-r--r--gr-digital/python/utils/run_tests.in11
2 files changed, 4 insertions, 16 deletions
diff --git a/gr-digital/python/utils/Makefile.am b/gr-digital/python/utils/Makefile.am
index c35951b44..6da4d61dd 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 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.