blob: b29c959afe429e1caa90a44dd71d49de53c41430 [file] [log] [blame] [raw]
#include "tests/mustache.c.h"
#include <fio.h>
#include <fiobj.h>
int main(void) {
fio_test();
mustache_test();
fiobj_test();
}