jiixyj / epoll-shim

small epoll implementation using kqueue; includes all features needed for libinput/libevdev
MIT License
91 stars 24 forks source link

Don't run target executables during build when cross-compiling #52

Open arichardson opened 2 months ago

arichardson commented 2 months ago

Trying to run the test executables during the build to get the list of test cases causes my cross-compilation to fail. Skip adding the test cases to CTest in that case (but still build them we can run them manually).