ld, testsuite: do not run CTF tests at all on non-ELF for now
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ctf / ctf.exp
index 5d177afef0d128daaf06a8da92cd33e6fd93e633..be4c6ed3d6edd438d4ff3e4c21d85e1ccd9dc164 100644 (file)
@@ -23,6 +23,11 @@ if [skip_ctf_tests] {
     return 0
 }
 
+if ![is_elf_format] {
+    unsupported "CTF needs bfd changes to be emitted on non-ELF"
+    return 0
+}
+
 set ctf_test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
 
 foreach ctf_test $ctf_test_list {
This page took 0.023791 seconds and 4 git commands to generate.