Home
last modified time | relevance | path

Searched refs:TT_ENABLED_ (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/libevent/dist/test/
H A Dtinytest.c437 int flag = TT_ENABLED_;
518 tinytest_set_flag_(groups, "..", 1, TT_ENABLED_);
532 if (!(testcase->flags & TT_ENABLED_))
H A Dtinytest.h35 #define TT_ENABLED_ (1<<2) macro