Natools

Diff
Login

Differences From Artifact [71458af104]:

To Artifact [6f1760c243]:


1
2

3
4
5
6
7
8
9
1

2
3
4
5
6
7
8
9

-
+







------------------------------------------------------------------------------
-- Copyright (c) 2015, Natacha Porté                                        --
-- Copyright (c) 2015-2016, Natacha Porté                                   --
--                                                                          --
-- Permission to use, copy, modify, and distribute this software for any    --
-- purpose with or without fee is hereby granted, provided that the above   --
-- copyright notice and this permission notice appear in all copies.        --
--                                                                          --
-- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES --
-- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF         --
18
19
20
21
22
23
24

25
26
27
28
18
19
20
21
22
23
24
25
26
27
28
29







+





package Natools.Time_Keys.Tests is

   package NT renames Natools.Tests;

   procedure All_Tests (Report : in out NT.Reporter'Class);

   procedure Leap_Second (Report : in out NT.Reporter'Class);
   procedure Roundtrips (Report : in out NT.Reporter'Class);
   procedure Subsecond_Rounding (Report : in out NT.Reporter'Class);

end Natools.Time_Keys.Tests;