summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/guile/run_guile_tests.in
blob: 3aca7bdb09f647c3472fcccc8221230acc64aca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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

# We're in gnuradio-core, we don't need these
# add_local_paths \
#    "" \
#    "" \
#    ""

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