Differences From Artifact [57a34c8ad7]:
- File tests/natools-smaz_tests.ads — part of check-in [769ae2dc25] at 2016-11-17 21:23:35 on branch trunk — smaz_tests: new tests suite for instantiated Smaz packages (user: nat, size: 1428) [annotate] [blame] [check-ins using]
To Artifact [97e51ac161]:
- File tests/natools-smaz_tests.ads — part of check-in [1a7b497cb0] at 2016-12-22 20:47:30 on branch trunk — smaz_tests: update to make base-256-ness explicit (user: nat, size: 1497) [annotate] [blame] [check-ins using]
︙ | |||
18 19 20 21 22 23 24 | 18 19 20 21 22 23 24 25 26 27 28 29 | - + + + | package Natools.Smaz_Tests is package NT renames Natools.Tests; procedure All_Tests (Report : in out NT.Reporter'Class); |