Files
lace/1-base/math/applet/test/suite/math_tests-linear_algebra_2d.ads
2022-07-31 17:34:54 +10:00

13 lines
222 B
Ada

with Ahven.Framework;
package math_Tests.linear_Algebra_2d
is
type Test is new Ahven.Framework.Test_Case with null record;
overriding
procedure Initialize (T : in out Test);
end math_Tests.linear_Algebra_2d;