mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-03 09:49:15 +02:00
.. | ||
cmdline.c | ||
cmdline.h | ||
main.c | ||
meson.build | ||
README.md | ||
stress.c | ||
stress.h |
This directory contains the sources for a little CLI test program.
These files are not needed when using Delta Chat Core as a library.
The CLI program is compiled to \<builddir\>/cmdline/delta
.
Upon start, a test routine is executed (stress_functions
from stress.c
).
To speed up the start stress_functions(mailbox);
can be commented out in main.c
before compilation.