#!/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