libsigrok/tests
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
..
Makefile.am Add a testsuite for libsigrok. 2013-03-09 11:55:43 +01:00
check_core.c Add a testsuite for libsigrok. 2013-03-09 11:55:43 +01:00
check_driver_all.c Add a testsuite for libsigrok. 2013-03-09 11:55:43 +01:00
check_main.c Add a testsuite for libsigrok. 2013-03-09 11:55:43 +01:00
check_strutil.c Add a testsuite for libsigrok. 2013-03-09 11:55:43 +01:00
lib.c Add a testsuite for libsigrok. 2013-03-09 11:55:43 +01:00
lib.h Add a testsuite for libsigrok. 2013-03-09 11:55:43 +01:00