Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / guile @ f2d5299a

# Date Author Comment
f2d5299a 11/14/2010 09:26 pm Eric Blossom

Add tests that show that vector<complex<float>> is not working...

eedcd714 11/14/2010 09:15 pm Eric Blossom

Make cma-equalizer-cc test work

48f6c8b4 11/14/2010 08:25 pm Eric Blossom

Move true? from general_ctors.test to core.scm

b7667afd 11/14/2010 05:05 pm Eric Blossom

Fixed as many problems in general_ctors.test as I could quickly.

abde5aff 11/14/2010 12:19 am Eric Blossom

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 embeds
guile, but the guts of it is working.

76e2fa79 11/12/2010 11:04 pm Eric Blossom

make check in gr-audio-alsa now confirms ability to load guile bindings.

fa9eeb2a 11/11/2010 02:13 am Eric Blossom

Add srcdir to test directory specifier

c4b880a4 11/10/2010 08:17 pm Rob Savoye

comment out the two failures

ec44d0c5 11/10/2010 08:17 pm Rob Savoye

add stubs, nothing seems to exist

a740d3fb 11/10/2010 08:17 pm Rob Savoye

fix bogus throws and vectors

649cf353 11/10/2010 08:17 pm Rob Savoye

stub out the rest of the not found tests

8c2c60e6 11/10/2010 08:17 pm Rob Savoye

fix one test

2567c81d 11/10/2010 08:17 pm Rob Savoye

fix most of the tests to work.

b4f49138 11/10/2010 08:17 pm Rob Savoye

initial blast through gengen tests

b580c7b3 11/10/2010 08:17 pm Rob Savoye

add stub for the only test

ab0d7d5b 11/10/2010 08:17 pm Rob Savoye

add tests for the stuff that works, stubs for the rest

1c235539 11/10/2010 08:17 pm Rob Savoye

stub out all the tests, but they depend on the next branch. :-(

15987345 11/10/2010 08:17 pm Eric Blossom

Example of how to fix throw crashes

5228dd1b 11/10/2010 08:17 pm Eric Blossom

First pass at waveform-spec

5a9a4401 11/10/2010 08:17 pm Rob Savoye

add tests for all the constructors, failing ones commented out for now

5f89cc65 11/10/2010 08:17 pm Eric Blossom

Remove guile-test.in. We're not rewriting the header anymore

b87c20de 11/10/2010 08:17 pm Rob Savoye

make the tests directory before trying to run any tests

0eb9f4f3 11/10/2010 08:17 pm Eric Blossom

new test case and fix for problem

941c9a79 11/10/2010 08:17 pm Eric Blossom

Enable test case & fix (missing throw (std::runtime_error) declaration).

95a575c1 11/10/2010 08:17 pm Eric Blossom

Add test case.

10e3659b 11/10/2010 08:17 pm Eric Blossom

New macros pass-if-throw & expect-fail-throw that test exceptions.

Confirmed with "connect-5" test in 00_runtime_basics.test.

66d6c1b9 11/10/2010 08:17 pm Eric Blossom

Add not-yet-working test that should confirm exception raised

4645f410 11/10/2010 08:17 pm Eric Blossom

Add comments pointing to info on how to write test cases.

27a37e62 11/10/2010 08:17 pm Eric Blossom

Nuke srfi-64 code

d1d80474 11/10/2010 08:17 pm Eric Blossom

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...

72739e8f 11/10/2010 08:17 pm Eric Blossom

Move *.test to tests directory

f4959dce 11/10/2010 08:17 pm Eric Blossom

guile-test -> guile-test.in so we can use GUILE

8a4a7441 11/10/2010 08:17 pm Eric Blossom

Modify *.test to import correct modules

edca1939 11/10/2010 08:17 pm Eric Blossom

new QA code work-in-progress (forgot -a ...)

e02be919 11/10/2010 08:17 pm Eric Blossom

new QA code work-in-progress

ff6c2f09 11/10/2010 08:17 pm Eric Blossom

Rename qa_*.scm to *.test to match filenaming convention expected by
test framework.

d3ef5a72 11/10/2010 08:17 pm Eric Blossom

Import guile's own testing framework

5a908ea9 11/10/2010 08:17 pm Eric Blossom

fix syntax problem in test-assert

2f865632 11/10/2010 08:17 pm Eric Blossom

Refactor guile QA code to use test-group.

45a88c35 11/10/2010 08:17 pm Eric Blossom

Add qa_*.scm files to Makefile as noinst_DATA

f07057eb 11/10/2010 08:17 pm Eric Blossom

Add copyright and license header

aa86e697 11/10/2010 08:17 pm Eric Blossom

Add QA stub files for all gnuradio-core constructors

b316cb06 11/10/2010 08:17 pm Eric Blossom

More guile QA code

a79986e0 11/10/2010 08:17 pm Eric Blossom

First real guile QA code

81867e5d 11/10/2010 08:17 pm Eric Blossom

Create guile QA framework.

Also moves hand coded files out of gnuradio-core/src/lib/swig/gnuradio
that were getting nuked by make clean.