[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r10545 - gnuradio/branches/developers/michaelld/two_mo
From: |
michaelld |
Subject: |
[Commit-gnuradio] r10545 - gnuradio/branches/developers/michaelld/two_mods/gr-gpio/src/python |
Date: |
Sun, 1 Mar 2009 12:43:55 -0700 (MST) |
Author: michaelld
Date: 2009-03-01 12:43:55 -0700 (Sun, 01 Mar 2009)
New Revision: 10545
Removed:
gnuradio/branches/developers/michaelld/two_mods/gr-gpio/src/python/qa_gpio.py
gnuradio/branches/developers/michaelld/two_mods/gr-gpio/src/python/run_tests.in
Modified:
gnuradio/branches/developers/michaelld/two_mods/gr-gpio/src/python/Makefile.am
Log:
Removed QA testing and related file, since all it did was load the
SWIG-generated Python library - which has now been removed (moved to
gengen in gnuradio-core).
Modified:
gnuradio/branches/developers/michaelld/two_mods/gr-gpio/src/python/Makefile.am
===================================================================
---
gnuradio/branches/developers/michaelld/two_mods/gr-gpio/src/python/Makefile.am
2009-03-01 19:42:15 UTC (rev 10544)
+++
gnuradio/branches/developers/michaelld/two_mods/gr-gpio/src/python/Makefile.am
2009-03-01 19:43:55 UTC (rev 10545)
@@ -36,15 +36,4 @@
gpio_usrp_siggen.py \
gpio_usrp_fft.py
-# List of python files that will get distributed in tarball
-# but not installed anywhere on system
-noinst_PYTHON = \
- qa_gpio.py
-
-# Programs that get run by 'make check'
-TESTS = run_tests
-
-# Files to go into tarball not otherwise mentioned
-EXTRA_DIST = run_tests.in
-
MOSTLYCLEANFILES = *.pyo *.pyc *~
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r10545 - gnuradio/branches/developers/michaelld/two_mods/gr-gpio/src/python,
michaelld <=