remove test suite completely, we're blind

This commit is contained in:
shorekeeper
2026-04-03 00:09:08 +03:00
parent b8c184dd13
commit 2d0767847f

View File

@@ -339,9 +339,7 @@ int main(int argc, char **argv) {
nn_Context ctx; nn_Context ctx;
nn_initContext(&ctx); nn_initContext(&ctx);
nn_initPalettes(); nn_initPalettes();
#ifdef NN_WINDOWS
nn_run_selftests(&ctx);
#endif
ne_memSand sand; ne_memSand sand;
sand.buf = NULL; sand.buf = NULL;