blob: ceaa8410834c458473d353648a33feb08ebb9013 (
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 component C++ shared library build directory
# 2nd argument is absolute path to hand coded guile source directory
# 3nd argument is absolute path to component SWIG build directory
# We're in gnuradio-core, we don't need this
# add_local_paths \
# "" \
# "" \
# ""
@GUILE@ -e main -c '(use-modules (gnuradio test-suite guile-test))' -t @srcdir@/tests
|