pmt: Improve libraries

- Tests have been improved.
 - Some functions and classes in libhelper have been improved for better results.
This commit is contained in:
2025-09-02 12:41:09 +03:00
parent 0832b57828
commit 360959381b
7 changed files with 42 additions and 37 deletions

View File

@@ -18,7 +18,6 @@
#include <iostream>
#include <libpartition_map/lib.hpp>
#include <unistd.h>
#include <pstl/glue_execution_defs.h>
int main() {
if (getuid() != 0) return 2;