diff options
Diffstat (limited to 'gnuradio-core/src/guile/Makefile.am')
-rw-r--r-- | gnuradio-core/src/guile/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnuradio-core/src/guile/Makefile.am b/gnuradio-core/src/guile/Makefile.am index f3c02a446..c8d05ecfa 100644 --- a/gnuradio-core/src/guile/Makefile.am +++ b/gnuradio-core/src/guile/Makefile.am @@ -25,7 +25,6 @@ EXTRA_DIST = \ run_guile_tests.in \ gnuradio/test-suite/guile-test.in - # These are the hand-code guile files for gnuradio-core. # # Swig/common.scm is glue that's required for the goops wrappers. @@ -51,3 +50,7 @@ noinst_DATA = \ tests/io_ctors.test CLEANFILES = guile.log + +check-am: all-am + @test -d "tests" || $(mkinstalldirs) "tests" + $(MAKE) $(AM_MAKEFLAGS) check-TESTS |