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