diff options
author | Johnathan Corgan | 2012-03-08 16:53:03 -0800 |
---|---|---|
committer | Johnathan Corgan | 2012-03-09 11:02:35 -0800 |
commit | 15b215a42472c478a8b45e1be293de3eca6d2ee9 (patch) | |
tree | ed3fd1322dc72eb2e12a9214028b6cd1f6346da0 /gr-fcd/swig/run_guile_tests.in | |
parent | 7361ce25f30ddfcc7538fec4a8b4cb9044201a03 (diff) | |
download | gnuradio-15b215a42472c478a8b45e1be293de3eca6d2ee9.tar.gz gnuradio-15b215a42472c478a8b45e1be293de3eca6d2ee9.tar.bz2 gnuradio-15b215a42472c478a8b45e1be293de3eca6d2ee9.zip |
fcd: convert out-of-tree autotools build to in-tree
This still needs doc directory conversion to new documentation
system.
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@ |