libsigrok/tests
Marvin Schmidt c3e2b08dc9 Fix test failure
The GError object has to initialized to NULL before being passed to
g_file_set_contents or it will throw the following critical warning

GLib-CRITICAL **: g_file_set_contents: assertion 'error == NULL || *error == NULL' failed

and return FALSE, which leads to failed assertion and subsequently
to the test failing
2013-12-07 12:25:18 +01:00
..
Makefile.am Unit tests for 'binary' input format & version APIs. 2013-10-28 22:08:34 +01:00
check_core.c Add a testsuite for libsigrok. 2013-03-09 11:55:43 +01:00
check_driver_all.c unittests: Disable a broken test for now. 2013-04-27 19:06:27 +02:00
check_input_all.c Unit tests for 'binary' input format & version APIs. 2013-10-28 22:08:34 +01:00
check_input_binary.c Unit tests for 'binary' input format & version APIs. 2013-10-28 22:08:34 +01:00
check_main.c Unit tests for 'binary' input format & version APIs. 2013-10-28 22:08:34 +01:00
check_output_all.c Unit tests for 'binary' input format & version APIs. 2013-10-28 22:08:34 +01:00
check_strutil.c unittests: Comment out a testcase. 2013-08-07 16:21:57 +02:00
check_version.c Unit tests for 'binary' input format & version APIs. 2013-10-28 22:08:34 +01:00
lib.c Fix test failure 2013-12-07 12:25:18 +01:00
lib.h Unit tests for 'binary' input format & version APIs. 2013-10-28 22:08:34 +01:00