Package simpletest: Information

  • Default inline alert: Version in the repository: 12-alt2

Source package: simpletest
Version: 10-alt2
Latest version according to Repology
Build time:  May 15, 2020, 09:17 PM in the task #251777
Category: Other
Report package bug
License: GPL-3
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.

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 (x86_64, ppc64le, i586, aarch64)
simpletest-debuginfo (x86_64, ppc64le, i586, aarch64)

Maintainer: Andrew Savchenko

List of contributors:
Andrew Savchenko

ACL:
Andrew Savchenko
@everybody

    1. /proc
    2. libgfortran-devel
    3. gcc-c++
    4. gcc-fortran
    5. libasan-devel-static
    6. libgomp-devel
    7. libtsan-devel-static
    8. libubsan-devel-static
    9. liblsan-devel-static

Last changed


May 15, 2020 Andrew Savchenko 10-alt2
- Fix build issues on aarch64 and i586.
May 15, 2020 Andrew Savchenko 10-alt1
- Add sanitizers support.
May 14, 2020 Andrew Savchenko 9-alt2
- Disable bootstrap, reenable profile.