Files
metadesk/tests/code_sanity.c
T
2025-02-08 23:53:35 -05:00

14 lines
203 B
C

// This is test strictly for the granular (non-generated) version of the library to make sure it operates correctly
#include "metadesk.c"
int main()
{
Context ctx;
init(& ctx);
deinit(& ctx);
}