test('basic functionality test', test_exe)
tests/test_mbox.c:
#include "mbox.h" #include <stdio.h>
int main(void) int result = mbox_process_feature("hello"); if (result == 5) printf("Feature passed!\n"); return 0; return 1;mbox meson ref
Recommended tree: