summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-10add tests for the stuff that works, stubs for the restRob Savoye
2010-11-10stub out all the tests, but they depend on the next branch. :-(Rob Savoye
2010-11-10Example of how to fix throw crashesEric Blossom
2010-11-10First pass at waveform-specEric Blossom
2010-11-10add tests for all the constructors, failing ones commented out for nowRob Savoye
2010-11-10Remove guile-test.in. We're not rewriting the header anymoreEric Blossom
2010-11-10make the tests directory before trying to run any testsRob Savoye
2010-11-10new test case and fix for problemEric Blossom
2010-11-10Enable test case & fix (missing throw (std::runtime_error) declaration).Eric Blossom
2010-11-10Add test case.Eric Blossom
2010-11-10New macros pass-if-throw & expect-fail-throw that test exceptions.Eric Blossom
Confirmed with "connect-5" test in 00_runtime_basics.test.
2010-11-10Add not-yet-working test that should confirm exception raisedEric Blossom
2010-11-10Add comments pointing to info on how to write test cases.Eric Blossom
2010-11-10Nuke srfi-64 codeEric Blossom
2010-11-10Make check works again, now using guile's native test-suite code.Eric Blossom
The srfi-64 code wouldn't pass it's own test code under guile...
2010-11-10Move *.test to tests directoryEric Blossom
2010-11-10guile-test -> guile-test.in so we can use @GUILE@Eric Blossom
2010-11-10Modify *.test to import correct modulesEric Blossom
2010-11-10new QA code work-in-progress (forgot -a ...)Eric Blossom
2010-11-10new QA code work-in-progressEric Blossom
2010-11-10Rename qa_*.scm to *.test to match filenaming convention expected byEric Blossom
test framework.
2010-11-10Import guile's own testing frameworkEric Blossom
2010-11-10fix syntax problem in test-assertEric Blossom
2010-11-10Refactor guile QA code to use test-group.Eric Blossom
2010-11-10Add qa_*.scm files to Makefile as noinst_DATAEric Blossom
2010-11-10Add copyright and license headerEric Blossom
2010-11-10Add QA stub files for all gnuradio-core constructorsEric Blossom
2010-11-10More guile QA codeEric Blossom
2010-11-10First real guile QA codeEric Blossom
2010-11-10update .gitignoreEric Blossom
2010-11-10Remove .gitignore from empty directoryEric Blossom
2010-11-10Create guile QA framework.Eric Blossom
Also moves hand coded files out of gnuradio-core/src/lib/swig/gnuradio that were getting nuked by make clean.
2010-11-10remove comments on the stamps we dpn't use anymoreRob Savoye
2010-11-10create a list of generated script fioles.Rob Savoye
2010-11-10Import scheme API for writing test suites, srfi-61.Eric Blossom
http://srfi.schemers.org/srfi-64/srfi-64.html
2010-11-10Reduce guile load time from 4.5 to 1.2 seconds.Eric Blossom
Rewrite re-export-all to only export symbols from the module name supplied.
2010-11-10regeneratedEric Blossom
2010-11-10regeneratedRob Savoye
2010-11-10remove all generated filesRob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10add script names to swig_built_sources, not BUILT_SOURCES. Clean the ↵Rob Savoye
generated files than now live in subdirectories.
2010-11-10don't add generated script files to swig_built_sources, they're already ↵Rob Savoye
added. drop unused dependencies dependencies
2010-11-10switch swig rule for guile from suffix to pattern ruleRob Savoye
2010-11-10Add simple test for guile bindings.Eric Blossom
At this point you must "make install" before running the test.
2010-11-10Rename coerce.scm to runtime-shim.scm. Modify core.scm to use runtime-shim.Eric Blossom
2010-11-10gitignore cruft for nowEric Blossom
2010-11-10Export a few more itemsEric Blossom
2010-11-10Cleanup gr:connect and gr:disconnect for Guile.Eric Blossom
Rename {dis,}connect to {dis,}primitive_connect in .i file. Update python code to reflect change.
2010-11-10Add $(GENERATED_CC) backing to _SOURCESEric Blossom
Now passes make check if --disable-gr-usrp.
2010-11-10Use uhd_swig_swig_args instead of stomping on STD_SWIG_PYTHON_ARGSEric Blossom