Add initial prototype.
This commit is contained in:
12
1-base/math/applet/test/suite/math_tests.ads
Normal file
12
1-base/math/applet/test/suite/math_tests.ads
Normal file
@@ -0,0 +1,12 @@
|
||||
with Ahven.Framework;
|
||||
|
||||
|
||||
package math_Tests
|
||||
is
|
||||
|
||||
type Test is new Ahven.Framework.Test_Case with null record;
|
||||
|
||||
overriding
|
||||
procedure Initialize (T : in out Test);
|
||||
|
||||
end math_Tests;
|
||||
Reference in New Issue
Block a user