Differences From Artifact [5731c0705b]:
- File tests/test_all.adb — part of check-in [287a68c3f5] at 2014-06-17 18:46:02 on branch trunk — cron-tests: test suite package for Natools.Cron (user: nat, size: 6262) [annotate] [blame] [check-ins using]
To Artifact [174617a942]:
- File tests/test_all.adb — part of check-in [8292cedaee] at 2014-07-15 20:07:29 on branch trunk — reference_tests: add a task-safety test (that isn't relevant on single-core) (user: nat, size: 6316) [annotate] [blame] [check-ins using]
︙ | |||
84 85 86 87 88 89 90 91 92 93 94 95 96 97 | 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | + | Report.Section ("HMAC and GNAT_HMAC"); Natools.HMAC_Tests.All_Tests (Report); Report.End_Section; Report.Section ("References"); Natools.Reference_Tests.All_Tests (Report); Natools.Reference_Tests.Test_Task_Safety (Report); Report.End_Section; Report.Section ("S_Expressions.Atom_Buffers"); Natools.S_Expressions.Atom_Buffers.Tests.All_Tests (Report); Report.End_Section; Report.Section ("S_Expressions.Caches"); |
︙ |