mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 19:08:59 +00:00
Label qutil test output
This commit is contained in:
parent
419949574d
commit
44674a3e58
File diff suppressed because one or more lines are too long
@ -289,22 +289,23 @@ int main(int argc, char* argv[])
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
std::cout << "---- string conversion" << std::endl;
|
||||||
string_conversion_test();
|
string_conversion_test();
|
||||||
std::cout << "----" << std::endl;
|
std::cout << "---- os wrapper" << std::endl;
|
||||||
os_wrapper_test();
|
os_wrapper_test();
|
||||||
std::cout << "----" << std::endl;
|
std::cout << "---- fopen" << std::endl;
|
||||||
fopen_wrapper_test();
|
fopen_wrapper_test();
|
||||||
std::cout << "----" << std::endl;
|
std::cout << "---- getenv" << std::endl;
|
||||||
getenv_test();
|
getenv_test();
|
||||||
std::cout << "----" << std::endl;
|
std::cout << "---- utf8" << std::endl;
|
||||||
to_utf8_test();
|
to_utf8_test();
|
||||||
std::cout << "----" << std::endl;
|
std::cout << "---- whoami" << std::endl;
|
||||||
get_whoami_test();
|
get_whoami_test();
|
||||||
std::cout << "----" << std::endl;
|
std::cout << "---- file" << std::endl;
|
||||||
same_file_test();
|
same_file_test();
|
||||||
std::cout << "----" << std::endl;
|
std::cout << "---- lines from file" << std::endl;
|
||||||
read_lines_from_file_test();
|
read_lines_from_file_test();
|
||||||
std::cout << "----" << std::endl;
|
std::cout << "---- hex encode/decode" << std::endl;
|
||||||
hex_encode_decode_test();
|
hex_encode_decode_test();
|
||||||
}
|
}
|
||||||
catch (std::exception& e)
|
catch (std::exception& e)
|
||||||
|
Loading…
Reference in New Issue
Block a user