diff options
author | Eric Blossom | 2010-11-12 15:04:10 -0800 |
---|---|---|
committer | Eric Blossom | 2010-11-12 15:04:10 -0800 |
commit | 76e2fa796a42df7951f05f73428e178c84879b79 (patch) | |
tree | cf0529954d36b04ca17c86b8eb55a45a97a925cf /gnuradio-core/src | |
parent | 2947504322ac5105f9181adbdbd035aa02ad0f41 (diff) | |
download | gnuradio-76e2fa796a42df7951f05f73428e178c84879b79.tar.gz gnuradio-76e2fa796a42df7951f05f73428e178c84879b79.tar.bz2 gnuradio-76e2fa796a42df7951f05f73428e178c84879b79.zip |
make check in gr-audio-alsa now confirms ability to load guile bindings.
Diffstat (limited to 'gnuradio-core/src')
-rw-r--r-- | gnuradio-core/src/guile/run_guile_tests.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnuradio-core/src/guile/run_guile_tests.in b/gnuradio-core/src/guile/run_guile_tests.in index ceaa84108..3aca7bdb0 100644 --- a/gnuradio-core/src/guile/run_guile_tests.in +++ b/gnuradio-core/src/guile/run_guile_tests.in @@ -2,11 +2,11 @@ . @top_builddir@/setup_guile_test_env -# 1st argument is absolute path to component C++ shared library build directory -# 2nd argument is absolute path to hand coded guile source directory +# 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 -# We're in gnuradio-core, we don't need this +# We're in gnuradio-core, we don't need these # add_local_paths \ # "" \ # "" \ |