Meson instead of Make

This commit is contained in:
2026-01-13 13:09:54 +03:00
parent 2cd45c0750
commit 3224c06777
22 changed files with 240 additions and 450 deletions

View File

@ -16,9 +16,3 @@ TEST(hash, sha256_1e4)
sha256(data);
}
}
int main(int argc, char **argv)
{
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}