diff options
author | Johnathan Corgan | 2012-04-01 17:32:07 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-04-01 17:32:07 -0700 |
commit | bbb8650eb525a58be2a427daa38ff6c464c5b882 (patch) | |
tree | d7e0fa1467373cfd9a3888a1de5b7ab5b8d883f8 /gr-fcd/swig/run_guile_tests.in | |
parent | 5805e7647d14a64bb86d0e83898ebda764f57c31 (diff) | |
parent | 2bf64459036916258dcf3269cec47904fdeba8f6 (diff) | |
download | gnuradio-bbb8650eb525a58be2a427daa38ff6c464c5b882.tar.gz gnuradio-bbb8650eb525a58be2a427daa38ff6c464c5b882.tar.bz2 gnuradio-bbb8650eb525a58be2a427daa38ff6c464c5b882.zip |
Merge remote branch 'tom/cmake_builds' into next
Diffstat (limited to 'gr-fcd/swig/run_guile_tests.in')
-rw-r--r-- | gr-fcd/swig/run_guile_tests.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gr-fcd/swig/run_guile_tests.in b/gr-fcd/swig/run_guile_tests.in deleted file mode 100644 index 5d08b0dd5..000000000 --- a/gr-fcd/swig/run_guile_tests.in +++ /dev/null @@ -1,14 +0,0 @@ -#!/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@ |