diff options
author | Tom Rondeau | 2010-11-02 16:00:51 -0400 |
---|---|---|
committer | Tom Rondeau | 2010-11-02 16:00:51 -0400 |
commit | 1c7119f52792da359fc5638a589b8cc8fa959864 (patch) | |
tree | a8701929af358b423b00695a770edc1d78f3d0a9 /gnuradio-core/src/lib/runtime/Makefile.am | |
parent | 428ccb2218464a33923b3e576ad42af21468c82d (diff) | |
download | gnuradio-1c7119f52792da359fc5638a589b8cc8fa959864.tar.gz gnuradio-1c7119f52792da359fc5638a589b8cc8fa959864.tar.bz2 gnuradio-1c7119f52792da359fc5638a589b8cc8fa959864.zip |
Adding QA code to perform some tests on tags. Setting and getting items read/written; testing adding and retrieving tags.
Diffstat (limited to 'gnuradio-core/src/lib/runtime/Makefile.am')
-rw-r--r-- | gnuradio-core/src/lib/runtime/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnuradio-core/src/lib/runtime/Makefile.am b/gnuradio-core/src/lib/runtime/Makefile.am index abd789a1d..4c52f3ab0 100644 --- a/gnuradio-core/src/lib/runtime/Makefile.am +++ b/gnuradio-core/src/lib/runtime/Makefile.am @@ -79,6 +79,7 @@ libruntime_qa_la_SOURCES = \ qa_gr_top_block.cc \ qa_gr_io_signature.cc \ qa_gr_vmcircbuf.cc \ + qa_block_tags.cc \ qa_runtime.cc grinclude_HEADERS = \ @@ -136,6 +137,7 @@ noinst_HEADERS = \ qa_gr_io_signature.h \ qa_gr_top_block.h \ qa_gr_vmcircbuf.h \ + qa_block_tags.h \ qa_runtime.h if PYTHON |