You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/raii_event_tests.cpp
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
5
#include<event2/event.h>
6
+
7
+
#ifdef EVENT_SET_MEM_FUNCTIONS_IMPLEMENTED
8
+
// It would probably be ideal to define dummy test(s) that report skipped, but boost::test doesn't seem to make that practical (at least not in versions available with common distros)
0 commit comments