diff options
author | Johnathan Corgan | 2012-03-22 15:16:25 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-03-22 15:16:25 -0700 |
commit | fc115e6aa0c22af172cbfcb50c895a03218819ba (patch) | |
tree | f75c07fbcd92874356752177ed45226330400de6 /gr-fcd/swig/run_guile_tests.in | |
parent | 69c9100b8221f8b485e3acc07e99d5f410909d5e (diff) | |
parent | 81fba6490c6471e1db3bcc85d16ff2242f68fb43 (diff) | |
download | gnuradio-fc115e6aa0c22af172cbfcb50c895a03218819ba.tar.gz gnuradio-fc115e6aa0c22af172cbfcb50c895a03218819ba.tar.bz2 gnuradio-fc115e6aa0c22af172cbfcb50c895a03218819ba.zip |
Merge branch 'gr-fcd'
Diffstat (limited to 'gr-fcd/swig/run_guile_tests.in')
-rw-r--r-- | gr-fcd/swig/run_guile_tests.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gr-fcd/swig/run_guile_tests.in b/gr-fcd/swig/run_guile_tests.in new file mode 100644 index 000000000..5d08b0dd5 --- /dev/null +++ b/gr-fcd/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@ |