Package simpletest: Information

Source package:
simpletest
Version:
12-alt2.1
Build time:
Mar 12, 2023, 07:17 PM
Category:
Report package bug

License:
Summary:
Simple toolchain test
Description:
Simple suit for testing basic runtime toolchain functionality:
- build chroot installability;
- C/C++/Fortran base testing (compiles & works);
- OpenMP tests for both C and Fortran (C++ OpenMP is the same as C);
- profiler testing;
- coverage testing.

Also provides useful information about system:
- running CPU version and architecture;
- active instruction set, bitness, optlevel;
- uname information;
- effective compiler version and supported standards.

List of rpms provided by this srpm:
simpletest (e2kv6, e2kv5, e2kv4, e2k)
simpletest-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

Maintainer:
List of contributors:

    1. /proc
    2. gcc-c++
    3. libasan-devel-static
    4. libgomp-devel
    5. liblsan-devel-static
    6. libmsan-devel-static

Last changed


March 5, 2023 Michael Shigorin 12-alt2.1
- DROP: e2kv6: workaround possible ASLR issue as suggested by bircoph@
July 16, 2022 Andrew Savchenko 12-alt2
- Workaround g++-12 bug: alt bug 41451.
May 30, 2022 Andrew Savchenko 12-alt1
- Make Fortran support conditional