Revision ff62557a gnuradio-core/src/guile/run_guile_tests.in

b/gnuradio-core/src/guile/run_guile_tests.in
2 2

3 3
. @top_builddir@/setup_guile_test_env
4 4

5
# Since we're in gnuradio-core, we don't need to add anything,
6
# but we do need to call add_local_paths to set everything up
7

5 8
# 1st argument is absolute path to hand coded guile source directory
6 9
# 2nd argument is absolute path to component C++ shared library build directory
7 10
# 3nd argument is absolute path to component SWIG build directory
8 11

9
# We're in gnuradio-core, we don't need these
10
# add_local_paths \
11
#    "" \
12
#    "" \
13
#    ""
12
add_local_paths \
13
    "" \
14
    "" \
15
    ""
14 16

15 17
@GUILE@ -e main -c '(use-modules (gnuradio test-suite guile-test))' -t @srcdir@/tests

Also available in: Unified diff