I am creating a signal processing block for gnuradio (svn), but I can
not figure out how to generate run_tests from run_tests.in. The m4
macro file and Makefile.am from the python folder are included in this
mail:
AC_CONFIG_FILES([\
gr-gnss/Makefile \
gr-gnss/src/Makefile \
gr-gnss/src/lib/Makefile \
gr-gnss/src/python/Makefile \
])
passed=yes
GRC_BUILD_CONDITIONAL([gr-gnss],[
dnl run_tests is created from run_tests.in. Make it executable.
AC_CONFIG_COMMANDS([run_tests_gnss], [chmod +x
I am creating a signal processing block for gnuradio (svn), but I can
not figure out how to generate run_tests from run_tests.in. The m4
macro file and Makefile.am from the python folder are included in this
mail:
The files shown look ok. You need to have your own run_tests.in,
however. You can copy one from another component and edit the path
changes near the bottom.