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

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

Бинарный пакет: simpletest
Версия: 11-alt2
Архитектура: i586
Собран:  30 июня 2020 г. 14:33 в задании #254252
Исходный пакет: simpletest
Категория: Прочее
Сообщить об ошибке в пакете
Загрузка: simpletest-11-alt2.i586.rpm

Лицензия: 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.

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

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

Права:
Andrew Savchenko
@everybody

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


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.
19 июня 2020 г. Andrew Savchenko 10-alt4
- Add armh support.