Add tests that show that vector<complex<float>> is not working...
Make cma-equalizer-cc test work
Move true? from general_ctors.test to core.scm
Fixed as many problems in general_ctors.test as I could quickly.
dail-tone.wfd example waveform can be loaded and run by gr-run-waveform.
Write new app, gr-run-waveform, that reads waveforms and runs them.We'll need to turn this into a small piece of C/C++ code that embedsguile, but the guts of it is working.
make check in gr-audio-alsa now confirms ability to load guile bindings.
Add srcdir to test directory specifier
srcdir
comment out the two failures
add stubs, nothing seems to exist
fix bogus throws and vectors
stub out the rest of the not found tests
fix one test
fix most of the tests to work.
initial blast through gengen tests
add stub for the only test
add tests for the stuff that works, stubs for the rest
stub out all the tests, but they depend on the next branch. :-(
Example of how to fix throw crashes
First pass at waveform-spec
add tests for all the constructors, failing ones commented out for now
Remove guile-test.in. We're not rewriting the header anymore
make the tests directory before trying to run any tests
new test case and fix for problem
Enable test case & fix (missing throw (std::runtime_error) declaration).
Add test case.
New macros pass-if-throw & expect-fail-throw that test exceptions.
Confirmed with "connect-5" test in 00_runtime_basics.test.
Add not-yet-working test that should confirm exception raised
Add comments pointing to info on how to write test cases.
Nuke srfi-64 code
Make check works again, now using guile's native test-suite code.
The srfi-64 code wouldn't pass it's own test code under guile...
Move *.test to tests directory
guile-test -> guile-test.in so we can use GUILE
GUILE
Modify *.test to import correct modules
new QA code work-in-progress (forgot -a ...)
new QA code work-in-progress
Rename qa_*.scm to *.test to match filenaming convention expected bytest framework.
Import guile's own testing framework
fix syntax problem in test-assert
Refactor guile QA code to use test-group.
Add qa_*.scm files to Makefile as noinst_DATA
Add copyright and license header
Add QA stub files for all gnuradio-core constructors
More guile QA code
First real guile QA code
Create guile QA framework.
Also moves hand coded files out of gnuradio-core/src/lib/swig/gnuradiothat were getting nuked by make clean.