summaryrefslogtreecommitdiff
path: root/config/grc_gr_noaa.m4
diff options
context:
space:
mode:
Diffstat (limited to 'config/grc_gr_noaa.m4')
-rw-r--r--config/grc_gr_noaa.m45
1 files changed, 4 insertions, 1 deletions
diff --git a/config/grc_gr_noaa.m4 b/config/grc_gr_noaa.m4
index 69d0aad55..54df77503 100644
--- a/config/grc_gr_noaa.m4
+++ b/config/grc_gr_noaa.m4
@@ -33,10 +33,13 @@ AC_DEFUN([GRC_GR_NOAA],[
gr-noaa/oct/Makefile \
gr-noaa/python/Makefile \
gr-noaa/swig/Makefile \
+ gr-noaa/swig/run_guile_tests \
])
GRC_BUILD_CONDITIONAL(gr-noaa,[
dnl run_tests is created from run_tests.in. Make it executable.
- #AC_CONFIG_COMMANDS([run_tests_noaa], [chmod +x gr-pager/lib/run_tests])
+ AC_CONFIG_COMMANDS([run_tests_noaa],
+ [chmod +x gr-noaa/swig/run_guile_tests])
+
])
])