summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/guile/Makefile.am
diff options
context:
space:
mode:
authorEric Blossom2010-11-07 15:37:04 -0800
committerEric Blossom2010-11-10 12:17:57 -0800
commit8a4a74414804f1ccc1ce748b14f82acff3078806 (patch)
treec6f63d70c5e37f7a255c5dc9f4f38c6b60be16dc /gnuradio-core/src/guile/Makefile.am
parentedca19393f74f803b2b5a970683d216ef41c05c3 (diff)
downloadgnuradio-8a4a74414804f1ccc1ce748b14f82acff3078806.tar.gz
gnuradio-8a4a74414804f1ccc1ce748b14f82acff3078806.tar.bz2
gnuradio-8a4a74414804f1ccc1ce748b14f82acff3078806.zip
Modify *.test to import correct modules
Diffstat (limited to 'gnuradio-core/src/guile/Makefile.am')
-rw-r--r--gnuradio-core/src/guile/Makefile.am22
1 files changed, 11 insertions, 11 deletions
diff --git a/gnuradio-core/src/guile/Makefile.am b/gnuradio-core/src/guile/Makefile.am
index bbb36794e..71ce29067 100644
--- a/gnuradio-core/src/guile/Makefile.am
+++ b/gnuradio-core/src/guile/Makefile.am
@@ -36,16 +36,16 @@ nobase_guile_DATA = \
gnuradio/core.scm \
gnuradio/export-safely.scm \
gnuradio/runtime-shim.scm \
- srfi/srfi-64.scm
+ gnuradio/test-suite/guile-test \
+ gnuradio/test-suite/lib.scm
-# noinst_DATA = \
-# qa_0000_basics.scm \
-# qa_0010_ctor_filter.scm \
-# qa_0010_ctor_general.scm \
-# qa_0010_ctor_gengen.scm \
-# qa_0010_ctor_hier.scm \
-# qa_0010_ctor_io.scm \
-# qa_0010_ctor_runtime.scm
-#
+noinst_DATA = \
+ 00_runtime_basics.test \
+ 00_runtime_ctors.test \
+ filter_ctors.test \
+ general_ctors.test \
+ gengen_ctors.test \
+ hier_ctors.test \
+ io_ctors.test
-CLEANFILES = qa_*.log
+CLEANFILES = guile.log