Пакет simpletest: Информация

  • Default inline alert: Версия в репозитории: 12-alt2

Исходный пакет: simpletest
Версия: 11-alt3
Последняя версия по данным Repology
Собран:  30 июня 2020 г. 17:39 в задании #254273
Категория: Прочее
Сообщить об ошибке в пакете
Лицензия: GPL-3
О пакете: Simple toolchain test
Описание: 
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.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
simpletest (x86_64, ppc64le, i586, armh, aarch64)
simpletest-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

Сопровождающий: Andrew Savchenko

Список участников:
Andrew Savchenko

Права:
Andrew Savchenko
@everybody

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

Последнее изменение


30 июня 2020 г. Andrew Savchenko 11-alt3
- Simplify compiler specific pg-args selection.
30 июня 2020 г. Andrew Savchenko 11-alt2
- Workaround gcc incompatibility between -pg and
  -fomit-frame-pointer. This fixes armh build.
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.