Differences From Artifact [97580d1761]:
- File tests/natools-s_expressions-cache_tests.ads — part of check-in [b14a72b9cb] at 2014-02-13 22:15:30 on branch trunk — s_expressions-cache_tests: new packge for S-expression memory cache test suite (user: nat, size: 1931) [annotate] [blame] [check-ins using]
To Artifact [089397de57]:
- File tests/natools-s_expressions-cache_tests.ads — part of check-in [6608672b76] at 2014-02-21 19:39:39 on branch trunk — s_expressions-test_tools: new test for Descriptor interface of caches (user: nat, size: 2002) [annotate] [blame] [check-ins using]
︙ | |||
26 27 28 29 30 31 32 33 34 | 26 27 28 29 30 31 32 33 34 35 | + | package NT renames Natools.Tests; procedure All_Tests (Report : in out NT.Reporter'Class); procedure Debug_Instantiation (Report : in out NT.Reporter'Class); procedure Default_Instantiation (Report : in out NT.Reporter'Class); procedure Descriptor_Interface (Report : in out NT.Reporter'Class); end Natools.S_Expressions.Cache_Tests; |