Differences From Artifact [26921c27ee]:
- File tests/natools-time_statistics-tests.ads — part of check-in [55b72004aa] at 2014-09-03 17:28:09 on branch trunk — time_statistics-tests: new test packge for Time_Statistics hierarchy (user: nat, size: 1772) [annotate] [blame] [check-ins using]
To Artifact [1c9ced85f6]:
- File tests/natools-time_statistics-tests.ads — part of check-in [93c9714216] at 2014-09-05 21:12:15 on branch trunk — time_statistics-tests: add tests for a simple instance of Generic_Timers (user: nat, size: 1835) [annotate] [blame] [check-ins using]
︙ | |||
24 25 26 27 28 29 30 31 32 | 24 25 26 27 28 29 30 31 32 33 | + | package Natools.Time_Statistics.Tests is package NT renames Natools.Tests; procedure All_Tests (Report : in out NT.Reporter'Class); procedure Summary_Accumulator (Report : in out NT.Reporter'Class); procedure Coarse_Timer (Report : in out NT.Reporter'Class); end Natools.Time_Statistics.Tests; |