testsuite: Move complex tests to their own subdirectory
It seems a bit silly to isolate them by globbing vs "*complex*" when we can just as easily put them in their own subdirectory.
This commit is contained in:
10
testsuite/libffi.complex/cls_complex_va_double.c
Normal file
10
testsuite/libffi.complex/cls_complex_va_double.c
Normal file
@@ -0,0 +1,10 @@
|
||||
/* Area: ffi_call, closure_call
|
||||
Purpose: Test complex' passed in variable argument lists.
|
||||
Limitations: none.
|
||||
PR: none.
|
||||
Originator: <vogt@linux.vnet.ibm.com>. */
|
||||
|
||||
/* { dg-do run } */
|
||||
|
||||
#include "complex_defs_double.inc"
|
||||
#include "cls_complex_va.inc"
|
||||
Reference in New Issue
Block a user