git-svn-id: trunk@20492 -
@@ -1,4 +1,6 @@
{ %opt=-Mdelphi -Sa }
+{ don't run this test when no hardware fpu is available, it would take a lot of time }
+{$ifndef FPUSOFT}
program t_testconvunit;
uses Sysutils, u_testconvunit;
@@ -17,3 +19,8 @@ begin
end;
Halt(0);
end.
+{$else FPUSOFT}
+begin
+end.
+{$endif FPUSOFT}
+
program t_testcorrunit;
uses Sysutils, u_testcorrunit;
program t_testfftunit;
uses Sysutils, u_testfftunit;
program t_testfhtunit;
uses Sysutils, u_testfhtunit;