testsuite: Move complex tests to their own subdirectory
authorRichard Henderson <rth@twiddle.net>
Fri, 14 Nov 2014 10:00:14 +0000 (11:00 +0100)
committerRichard Henderson <rth@twiddle.net>
Fri, 14 Nov 2014 12:07:47 +0000 (13:07 +0100)
commitc952a92e20aa6013d8202d0b3fa1d87838c83054
treef2aacc869aa8b250c5ce47d64c0e543e150e546b
parentf1301a54bb80e6ae23f7687c68f36875dae69134
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.
43 files changed:
testsuite/libffi.call/call.exp
testsuite/libffi.complex/cls_align_complex.inc [moved from testsuite/libffi.call/cls_align_complex.inc with 100% similarity]
testsuite/libffi.complex/cls_align_complex_double.c [moved from testsuite/libffi.call/cls_align_complex_double.c with 100% similarity]
testsuite/libffi.complex/cls_align_complex_float.c [moved from testsuite/libffi.call/cls_align_complex_float.c with 100% similarity]
testsuite/libffi.complex/cls_align_complex_longdouble.c [moved from testsuite/libffi.call/cls_align_complex_longdouble.c with 100% similarity]
testsuite/libffi.complex/cls_complex.inc [moved from testsuite/libffi.call/cls_complex.inc with 100% similarity]
testsuite/libffi.complex/cls_complex_double.c [moved from testsuite/libffi.call/cls_complex_double.c with 100% similarity]
testsuite/libffi.complex/cls_complex_float.c [moved from testsuite/libffi.call/cls_complex_float.c with 100% similarity]
testsuite/libffi.complex/cls_complex_longdouble.c [moved from testsuite/libffi.call/cls_complex_longdouble.c with 100% similarity]
testsuite/libffi.complex/cls_complex_struct.inc [moved from testsuite/libffi.call/cls_complex_struct.inc with 100% similarity]
testsuite/libffi.complex/cls_complex_struct_double.c [moved from testsuite/libffi.call/cls_complex_struct_double.c with 100% similarity]
testsuite/libffi.complex/cls_complex_struct_float.c [moved from testsuite/libffi.call/cls_complex_struct_float.c with 100% similarity]
testsuite/libffi.complex/cls_complex_struct_longdouble.c [moved from testsuite/libffi.call/cls_complex_struct_longdouble.c with 100% similarity]
testsuite/libffi.complex/cls_complex_va.inc [moved from testsuite/libffi.call/cls_complex_va.inc with 100% similarity]
testsuite/libffi.complex/cls_complex_va_double.c [moved from testsuite/libffi.call/cls_complex_va_double.c with 100% similarity]
testsuite/libffi.complex/cls_complex_va_float.c [moved from testsuite/libffi.call/cls_complex_va_float.c with 100% similarity]
testsuite/libffi.complex/cls_complex_va_longdouble.c [moved from testsuite/libffi.call/cls_complex_va_longdouble.c with 100% similarity]
testsuite/libffi.complex/complex.exp [new file with mode: 0644]
testsuite/libffi.complex/complex.inc [moved from testsuite/libffi.call/complex.inc with 100% similarity]
testsuite/libffi.complex/complex_defs_double.inc [moved from testsuite/libffi.call/complex_defs_double.inc with 100% similarity]
testsuite/libffi.complex/complex_defs_float.inc [moved from testsuite/libffi.call/complex_defs_float.inc with 100% similarity]
testsuite/libffi.complex/complex_defs_longdouble.inc [moved from testsuite/libffi.call/complex_defs_longdouble.inc with 100% similarity]
testsuite/libffi.complex/complex_double.c [moved from testsuite/libffi.call/complex_double.c with 100% similarity]
testsuite/libffi.complex/complex_float.c [moved from testsuite/libffi.call/complex_float.c with 100% similarity]
testsuite/libffi.complex/complex_int.c [moved from testsuite/libffi.call/complex_int.c with 100% similarity]
testsuite/libffi.complex/complex_longdouble.c [moved from testsuite/libffi.call/complex_longdouble.c with 100% similarity]
testsuite/libffi.complex/ffitest.h [new file with mode: 0644]
testsuite/libffi.complex/many_complex.inc [moved from testsuite/libffi.call/many_complex.inc with 100% similarity]
testsuite/libffi.complex/many_complex_double.c [moved from testsuite/libffi.call/many_complex_double.c with 100% similarity]
testsuite/libffi.complex/many_complex_float.c [moved from testsuite/libffi.call/many_complex_float.c with 100% similarity]
testsuite/libffi.complex/many_complex_longdouble.c [moved from testsuite/libffi.call/many_complex_longdouble.c with 100% similarity]
testsuite/libffi.complex/return_complex.inc [moved from testsuite/libffi.call/return_complex.inc with 100% similarity]
testsuite/libffi.complex/return_complex1.inc [moved from testsuite/libffi.call/return_complex1.inc with 100% similarity]
testsuite/libffi.complex/return_complex1_double.c [moved from testsuite/libffi.call/return_complex1_double.c with 100% similarity]
testsuite/libffi.complex/return_complex1_float.c [moved from testsuite/libffi.call/return_complex1_float.c with 100% similarity]
testsuite/libffi.complex/return_complex1_longdouble.c [moved from testsuite/libffi.call/return_complex1_longdouble.c with 100% similarity]
testsuite/libffi.complex/return_complex2.inc [moved from testsuite/libffi.call/return_complex2.inc with 100% similarity]
testsuite/libffi.complex/return_complex2_double.c [moved from testsuite/libffi.call/return_complex2_double.c with 100% similarity]
testsuite/libffi.complex/return_complex2_float.c [moved from testsuite/libffi.call/return_complex2_float.c with 100% similarity]
testsuite/libffi.complex/return_complex2_longdouble.c [moved from testsuite/libffi.call/return_complex2_longdouble.c with 100% similarity]
testsuite/libffi.complex/return_complex_double.c [moved from testsuite/libffi.call/return_complex_double.c with 100% similarity]
testsuite/libffi.complex/return_complex_float.c [moved from testsuite/libffi.call/return_complex_float.c with 100% similarity]
testsuite/libffi.complex/return_complex_longdouble.c [moved from testsuite/libffi.call/return_complex_longdouble.c with 100% similarity]