Revert "Revert "libtests/complex: Avoid generated files""

This reverts commit 0c2d8ec48a.
This commit is contained in:
Ralf Corsépius
2012-05-24 07:16:22 +02:00
committed by Joel Sherrill
parent 61d2fb4dba
commit 4f16ce03d2
7 changed files with 148 additions and 440 deletions

View File

@@ -31,9 +31,7 @@
extern void docomplex(void);
extern void docomplexf(void);
#ifndef NO_LONG_DOUBLE
extern void docomplexl(void);
#endif
#if __rtems__
/* NOTICE: the clock driver is explicitly disabled */
@@ -60,9 +58,7 @@ int main( void )
docomplex();
docomplexf();
#ifndef NO_LONG_DOUBLE
docomplexl();
#endif
fprintf( stdout, "*** END OF COMPLEX MATH TEST ***\n" );
exit( 0 );
}