Daniel Elstner
4960aeb035
tests: Include <libsigrok/libsigrok.h>
...
This matches the global style and avoids the "../" path
components.
2015-08-16 18:28:13 +02:00
Uwe Hermann
8677e4e7be
transform: Add a few basic unit tests.
2015-02-11 15:24:38 +01:00
Uwe Hermann
c8412d6c69
Add a few unit tests for sr_trigger_*().
2014-11-22 21:03:13 +01:00
Uwe Hermann
6b1adfaa86
unit tests: Add a test case for sr_dev_inst_user_new().
2014-11-11 22:16:12 +01:00
Uwe Hermann
95bc772594
unit tests: Update to recent API changes.
2014-09-01 01:11:23 +02:00
Uwe Hermann
98de0c7874
tests: Factor out srtest_setup() and srtest_teardown().
2014-08-11 13:20:50 +02:00
Uwe Hermann
4172352914
Add a small set of unit tests for session handling.
2014-08-11 13:04:07 +02:00
Bert Vermeulen
a755b0e122
output: Finish output module API wrappers.
...
The sr_output and sr_output_module structs are now no longer accessible
from the client.
2014-07-26 03:57:17 +02:00
Uwe Hermann
6592c36995
Fix 'make check' invocation wrt new libsigrok.h location.
2014-07-20 12:03:29 +02:00
Uwe Hermann
fca75cbb74
A few more random 'probe' to 'channel' changes.
...
This fixes parts of bug #259 .
2014-03-25 20:58:54 +01:00
Uwe Hermann
17794067f9
tests: Fix a few warnings.
...
Fix a bunch of "no previous prototype for ..." warnings exposed
by -Wmissing-prototypes.
2014-01-17 20:49:45 +01:00
Uwe Hermann
71185b48a1
Unit tests for 'binary' input format & version APIs.
2013-10-28 22:08:34 +01:00
Uwe Hermann
79bb0e97d5
Add a testsuite for libsigrok.
...
This adds a suite of unit tests for libsigrok. It uses the 'Check'
tool/library (apt-get install check) to run the tests.
The configure tool tries to find libcheck. If it succeeds, a
"make check" will run all tests. Otherwise, none of the tests will
be built and "make check" will not run any tests.
This also means that users who don't have 'check' installed will still
be able to build and install libsigrok just fine.
2013-03-09 11:55:43 +01:00