diff options
author | Eric Blossom | 2010-11-24 00:31:35 -0800 |
---|---|---|
committer | Eric Blossom | 2010-11-24 00:31:35 -0800 |
commit | 53fb7289b46ee4299a0341d9e02dad74483940b6 (patch) | |
tree | 1b74c26151b90a2f1079d40dc63f35a83aed0394 /gr-noaa/swig/run_guile_tests.in | |
parent | cec8dfd8d0331566c93abb69ca02913011ad2a91 (diff) | |
download | gnuradio-53fb7289b46ee4299a0341d9e02dad74483940b6.tar.gz gnuradio-53fb7289b46ee4299a0341d9e02dad74483940b6.tar.bz2 gnuradio-53fb7289b46ee4299a0341d9e02dad74483940b6.zip |
Confirm we can load guile noaa module
Diffstat (limited to 'gr-noaa/swig/run_guile_tests.in')
-rw-r--r-- | gr-noaa/swig/run_guile_tests.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gr-noaa/swig/run_guile_tests.in b/gr-noaa/swig/run_guile_tests.in new file mode 100644 index 000000000..5d08b0dd5 --- /dev/null +++ b/gr-noaa/swig/run_guile_tests.in @@ -0,0 +1,14 @@ +#!/bin/sh + +. @top_builddir@/setup_guile_test_env + +# 1st argument is absolute path to hand coded guile source directory +# 2nd argument is absolute path to component C++ shared library build directory +# 3nd argument is absolute path to component SWIG build directory + +add_local_paths \ + @srcdir@ \ + @abs_builddir@ \ + @abs_builddir@ + +@GUILE@ -e main -c '(use-modules (gnuradio test-suite guile-test))' -t @srcdir@ |