Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix most of the tests to work. | Rob Savoye | 2010-11-10 | 1 | -100/+73 | |
| | ||||||
* | initial blast through gengen tests | Rob Savoye | 2010-11-10 | 1 | -28/+204 | |
| | ||||||
* | add stub for the only test | Rob Savoye | 2010-11-10 | 1 | -0/+6 | |
| | ||||||
* | add tests for the stuff that works, stubs for the rest | Rob Savoye | 2010-11-10 | 1 | -10/+74 | |
| | ||||||
* | stub out all the tests, but they depend on the next branch. :-( | Rob Savoye | 2010-11-10 | 1 | -2/+35 | |
| | ||||||
* | Example of how to fix throw crashes | Eric Blossom | 2010-11-10 | 1 | -1/+2 | |
| | ||||||
* | First pass at waveform-spec | Eric Blossom | 2010-11-10 | 1 | -0/+36 | |
| | ||||||
* | add tests for all the constructors, failing ones commented out for now | Rob Savoye | 2010-11-10 | 1 | -5/+274 | |
| | ||||||
* | Remove guile-test.in. We're not rewriting the header anymore | Eric Blossom | 2010-11-10 | 1 | -2/+1 | |
| | ||||||
* | make the tests directory before trying to run any tests | Rob Savoye | 2010-11-10 | 1 | -1/+4 | |
| | ||||||
* | new test case and fix for problem | Eric Blossom | 2010-11-10 | 1 | -2/+12 | |
| | ||||||
* | Enable test case & fix (missing throw (std::runtime_error) declaration). | Eric Blossom | 2010-11-10 | 1 | -12/+2 | |
| | ||||||
* | Add test case. | Eric Blossom | 2010-11-10 | 1 | -0/+26 | |
| | ||||||
* | New macros pass-if-throw & expect-fail-throw that test exceptions. | Eric Blossom | 2010-11-10 | 2 | -14/+33 | |
| | | | | Confirmed with "connect-5" test in 00_runtime_basics.test. | |||||
* | Add not-yet-working test that should confirm exception raised | Eric Blossom | 2010-11-10 | 1 | -0/+18 | |
| | ||||||
* | Add comments pointing to info on how to write test cases. | Eric Blossom | 2010-11-10 | 7 | -1/+31 | |
| | ||||||
* | Nuke srfi-64 code | Eric Blossom | 2010-11-10 | 1 | -970/+0 | |
| | ||||||
* | Make check works again, now using guile's native test-suite code. | Eric Blossom | 2010-11-10 | 3 | -8/+10 | |
| | | | | The srfi-64 code wouldn't pass it's own test code under guile... | |||||
* | Move *.test to tests directory | Eric Blossom | 2010-11-10 | 8 | -7/+7 | |
| | ||||||
* | guile-test -> guile-test.in so we can use @GUILE@ | Eric Blossom | 2010-11-10 | 3 | -2/+5 | |
| | ||||||
* | Modify *.test to import correct modules | Eric Blossom | 2010-11-10 | 10 | -36/+76 | |
| | ||||||
* | new QA code work-in-progress (forgot -a ...) | Eric Blossom | 2010-11-10 | 4 | -27/+33 | |
| | ||||||
* | new QA code work-in-progress | Eric Blossom | 2010-11-10 | 2 | -0/+0 | |
| | ||||||
* | Rename qa_*.scm to *.test to match filenaming convention expected by | Eric Blossom | 2010-11-10 | 7 | -0/+0 | |
| | | | | test framework. | |||||
* | Import guile's own testing framework | Eric Blossom | 2010-11-10 | 2 | -0/+800 | |
| | ||||||
* | fix syntax problem in test-assert | Eric Blossom | 2010-11-10 | 1 | -3/+3 | |
| | ||||||
* | Refactor guile QA code to use test-group. | Eric Blossom | 2010-11-10 | 1 | -22/+19 | |
| | ||||||
* | Add qa_*.scm files to Makefile as noinst_DATA | Eric Blossom | 2010-11-10 | 1 | -1/+12 | |
| | ||||||
* | Add copyright and license header | Eric Blossom | 2010-11-10 | 1 | -0/+19 | |
| | ||||||
* | Add QA stub files for all gnuradio-core constructors | Eric Blossom | 2010-11-10 | 6 | -0/+458 | |
| | ||||||
* | More guile QA code | Eric Blossom | 2010-11-10 | 4 | -18/+53 | |
| | ||||||
* | First real guile QA code | Eric Blossom | 2010-11-10 | 4 | -2/+1054 | |
| | ||||||
* | Create guile QA framework. | Eric Blossom | 2010-11-10 | 8 | -0/+327 | |
Also moves hand coded files out of gnuradio-core/src/lib/swig/gnuradio that were getting nuked by make clean. |