diff options
author | Rob Savoye <rob@welcomehome.org> | 2010-11-21 21:49:17 -0700 |
---|---|---|
committer | Rob Savoye <rob@welcomehome.org> | 2010-11-21 21:49:17 -0700 |
commit | 534d95dcadcd4351337ba3fd97a2c94405bc6124 (patch) | |
tree | 5384896921f7050ed4004f6543e55f617fad6ee0 /gnuradio-core/src/guile/run_guile_tests.in | |
parent | 9cf988ad17529416f841870b01d0f548e1a0b9a0 (diff) | |
parent | e4eb47f0dd55485693e70ec2f45f79912fa899c4 (diff) |
merge from upstream
Diffstat (limited to 'gnuradio-core/src/guile/run_guile_tests.in')
-rw-r--r-- | gnuradio-core/src/guile/run_guile_tests.in | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gnuradio-core/src/guile/run_guile_tests.in b/gnuradio-core/src/guile/run_guile_tests.in index 3aca7bdb09..61968065e8 100644 --- a/gnuradio-core/src/guile/run_guile_tests.in +++ b/gnuradio-core/src/guile/run_guile_tests.in @@ -2,14 +2,16 @@ . @top_builddir@/setup_guile_test_env +# Since we're in gnuradio-core, we don't need to add anything, +# but we do need to call add_local_paths to set everything up + # 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 these -# add_local_paths \ -# "" \ -# "" \ -# "" +add_local_paths \ + "" \ + "" \ + "" @GUILE@ -e main -c '(use-modules (gnuradio test-suite guile-test))' -t @srcdir@/tests |