Home
last modified time | relevance | path

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

/src/lib/csu/tests/
H A Dinit_test.c41 extern volatile int ctors_run;
48 volatile int ctors_run; variable
60 ctors_run = 1; in ctors_handler()
72 ATF_REQUIRE_MSG(ctors_run == 1, ".ctors not run"); in ATF_TC_BODY()
74 ATF_REQUIRE_MSG(ctors_run == 0, ".ctors run"); in ATF_TC_BODY()