Test Results: --------------------------- --------------------------- GCC Version: gcc (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0 Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
System Information: Linux me-Vostro-3459 6.5.0-26-generic #26~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Mar 12 10:22:43 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
make check if [ $? -eq 0 ]; then echo "Testsuite ran successfully" else echo "Testsuite encountered errors" fi echo "Test Results:" > test_report.txt echo "---------------------------" >> test_report.txt grep -r 'XPASS\|FAIL\|ERROR\|UNRESOLVED' testsuite/*.sum >> test_report.txt echo "---------------------------" >> test_report.txt echo "GCC Version:" >> test_report.txt gcc --version >> test_report.txt echo "System Information:" >> test_report.txt uname -a >> test_report.txt
test_summary
Description: test_summary