Package simpletest: Information

    Source package: simpletest
    Version: 11-alt5
    Build time:  Dec 15, 2020, 07:28 PM in the task #263480
    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;
    - 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 (x86_64, ppc64le, i586, armh, aarch64)
    simpletest-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Andrew Savchenko

    List of contributors:
    Andrew Savchenko

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

    Last changed


    Dec. 15, 2020 Andrew Savchenko 11-alt5
    - Fix configure exit code when all sanitizers are disabled.
    July 27, 2020 Andrew Savchenko 11-alt4
    - Add lcc-1.25 support (-pg + msan are not compatible).
    June 30, 2020 Andrew Savchenko 11-alt3
    - Simplify compiler specific pg-args selection.