forked from Imagelibrary/rtems
Revert "Revert "libtests/complex: Avoid generated files""
This reverts commit 0c2d8ec48a.
This commit is contained in:
committed by
Joel Sherrill
parent
61d2fb4dba
commit
4f16ce03d2
@@ -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 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user