projects
/
qemu-gpiodev
/
libgpiod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
071baad
)
tests: request 0 chips for the error handling test case
author
Bartosz Golaszewski
<bartekgola@gmail.com>
Thu, 8 Jun 2017 11:26:42 +0000
(13:26 +0200)
committer
Bartosz Golaszewski
<bartekgola@gmail.com>
Thu, 8 Jun 2017 11:32:14 +0000
(13:32 +0200)
We now support having no gpio-mockup chips for test cases. Update the
error handling test.
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
tests/tests-misc.c
patch
|
blob
|
history
diff --git
a/tests/tests-misc.c
b/tests/tests-misc.c
index 53204d5bfdacc1be4710a639266889000647d8b1..4cb3989cc7ad80177b0a0df7574fc5e412df8a82 100644
(file)
--- a/
tests/tests-misc.c
+++ b/
tests/tests-misc.c
@@
-39,4
+39,4
@@
static void error_handling(void)
}
TEST_DEFINE(error_handling,
"error handling",
- 0, {
1
});
+ 0, { });