MCPcopy Create free account
hub / github.com/axboe/liburing / main

Function main

test/sq-space_left.c:139–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139int main(int argc, char *argv[])
140{
141 int ret;
142
143 if (argc > 1)
144 return 0;
145
146 ret = test_left();
147 if (ret) {
148 fprintf(stderr, "test_left failed\n");
149 return ret;
150 }
151
152 ret = test_sync();
153 if (ret) {
154 fprintf(stderr, "test_sync failed\n");
155 return ret;
156 }
157
158 return 0;
159}

Callers

nothing calls this directly

Calls 2

test_leftFunction · 0.85
test_syncFunction · 0.85

Tested by

no test coverage detected