diff options
author | Eric Blossom | 2010-12-27 22:37:30 -0800 |
---|---|---|
committer | Eric Blossom | 2010-12-27 22:37:30 -0800 |
commit | b8f174ce7eae1cfe8deda0353da4557a238730c9 (patch) | |
tree | f67a90c5a9dda07029f36fa9018f1eee99a4eb77 /config | |
parent | 3153f8f24b933043d937de32d65fe5d96652ec56 (diff) | |
download | gnuradio-b8f174ce7eae1cfe8deda0353da4557a238730c9.tar.gz gnuradio-b8f174ce7eae1cfe8deda0353da4557a238730c9.tar.bz2 gnuradio-b8f174ce7eae1cfe8deda0353da4557a238730c9.zip |
Add minimal Python and Guile QA code to gr-uhd.
Diffstat (limited to 'config')
-rw-r--r-- | config/grc_gr_uhd.m4 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config/grc_gr_uhd.m4 b/config/grc_gr_uhd.m4 index a9404425a..80052bb50 100644 --- a/config/grc_gr_uhd.m4 +++ b/config/grc_gr_uhd.m4 @@ -44,7 +44,13 @@ AC_DEFUN([GRC_GR_UHD],[ gr-uhd/grc/Makefile \ gr-uhd/lib/Makefile \ gr-uhd/swig/Makefile \ + gr-uhd/swig/run_tests \ + gr-uhd/swig/run_guile_tests \ ]) - GRC_BUILD_CONDITIONAL(gr-uhd) + GRC_BUILD_CONDITIONAL(gr-uhd,[ + dnl run_tests is created from run_tests.in. Make it executable. + AC_CONFIG_COMMANDS([run_tests_uhd], + [chmod +x gr-uhd/swig/run_tests gr-uhd/swig/run_guile_tests]) + ]) ]) |