diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2020-01-08 14:24:30 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2020-01-08 14:24:30 +0100 |
commit | 12e6866f0306c4b0cf278c1afa7b15d02c6b30e5 (patch) | |
tree | 575325005446a431b1bbb8261df9c2b6276029ac /utils/cec-compliance/cec-compliance.h | |
parent | 232f5ef0a94915bf4565909c0219396192b31328 (diff) |
cec-compliance: add invalid ioctls test
Add an adapter test to check for correct handling of invalid
ioctls. Also make the adapter tests static since they are only
used inside cec-test-adapter.cpp.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'utils/cec-compliance/cec-compliance.h')
-rw-r--r-- | utils/cec-compliance/cec-compliance.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/utils/cec-compliance/cec-compliance.h b/utils/cec-compliance/cec-compliance.h index 2d1a0333..167738b2 100644 --- a/utils/cec-compliance/cec-compliance.h +++ b/utils/cec-compliance/cec-compliance.h @@ -407,15 +407,6 @@ int util_receive(struct node *node, unsigned la, unsigned timeout, std::string safename(const char *name); // CEC adapter tests -int testCap(struct node *node); -int testDQEvent(struct node *node); -int testAdapPhysAddr(struct node *node); -int testAdapLogAddrs(struct node *node); -int testTransmit(struct node *node); -int testReceive(struct node *node); -int testNonBlocking(struct node *node); -int testModes(struct node *node, struct node *node2); -int testLostMsgs(struct node *node); void testAdapter(struct node &node, struct cec_log_addrs &laddrs, const char *device); |