Package simpletest: Information

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

Source package: simpletest
Version: 11-alt3
Latest version according to Repology
Build time:  Jun 30, 2020, 05:39 PM in the task #254273
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

ACL:
Andrew Savchenko
@everybody

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

Last changed


June 30, 2020 Andrew Savchenko 11-alt3
- Simplify compiler specific pg-args selection.
June 30, 2020 Andrew Savchenko 11-alt2
- Workaround gcc incompatibility between -pg and
  -fomit-frame-pointer. This fixes armh build.
June 30, 2020 Andrew Savchenko 11-alt1
- Add coverage support: gcov and gprof on all arches.
- Allow running tests in parallel (for fixed build options).
- Add multiple exceptions to workaround lcc shortcomings.