libei/test
Jan Beich 35e7ad9717 meson: depend on epoll-shim for BSDs
src/util-sources.c:29:10: fatal error: 'sys/epoll.h' file not found
 #include <sys/epoll.h>
          ^~~~~~~~~~~~~

ld: error: undefined symbol: epoll_ctl
>>> referenced by util-sources.c:76 (src/util-sources.c:76)
>>>               libutil.a.p/util-sources.c.o:(source_remove) in archive src/libutil.a
>>> referenced by util-sources.c:200 (src/util-sources.c:200)
>>>               libutil.a.p/util-sources.c.o:(sink_add_source) in archive src/libutil.a

ld: error: undefined symbol: epoll_create1
>>> referenced by util-sources.c:152 (src/util-sources.c:152)
>>>               libutil.a.p/util-sources.c.o:(sink_new) in archive src/libutil.a

ld: error: undefined symbol: epoll_wait
>>> referenced by util-sources.c:169 (src/util-sources.c:169)
>>>               libutil.a.p/util-sources.c.o:(sink_dispatch) in archive src/libutil.a
2023-05-18 04:15:36 +00:00
..
templates test: drop a bunch of unused imports 2023-02-15 08:20:01 +10:00
buildtest.c Purge libreis from the repo 2023-02-09 11:48:28 +10:00
buildtest.cc Add C++ header guards 2020-09-29 17:30:49 +10:00
conftest.py test: run pytest with xdist where available 2023-03-03 11:27:01 +10:00
eierpecken.c eis: change the API to match the protocol interfaces closer 2023-05-05 14:04:17 +10:00
eierpecken.h eis: change the API to match the protocol interfaces closer 2023-05-05 14:04:17 +10:00
eiproto.py.tmpl protocol: replace the capabilities enum with an interface list 2023-05-02 05:53:25 +00:00
meson.build meson: depend on epoll-shim for BSDs 2023-05-18 04:15:36 +00:00
test-ei-device.c eis: change the API to match the protocol interfaces closer 2023-05-05 14:04:17 +10:00
test-ei-seat.c test: switch to use ei_seat_bind_capabilities() 2023-05-10 12:21:40 +10:00
test-ei.c test: switch to use ei_seat_bind_capabilities() 2023-05-10 12:21:40 +10:00
test-eis.c test: switch to use ei_seat_bind_capabilities() 2023-05-10 12:21:40 +10:00
test-main.c Remove empty trailing newlines from all files 2023-03-13 08:52:08 +10:00
test_oeffis.py test: fix the oeffis pytest 2023-05-10 12:10:40 +10:00
test_protocol.py protocol: replace the capabilities enum with an interface list 2023-05-02 05:53:25 +00:00
unit-tests.c Add SPDX identifiers to all source files 2022-03-03 00:27:36 +00:00