This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 12/13] testsuite: Add two dg-do run markers


Caught by clang warning about unused -L parameter.
---
 testsuite/libffi.call/float2.c     | 1 +
 testsuite/libffi.call/return_ldl.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/testsuite/libffi.call/float2.c b/testsuite/libffi.call/float2.c
index aae1abf..419c2bd 100644
--- a/testsuite/libffi.call/float2.c
+++ b/testsuite/libffi.call/float2.c
@@ -3,6 +3,7 @@
    Limitations:	none.
    PR:		none.
    Originator:	From the original ffitest.c  */
+/* { dg-do run } */
 
 #include "ffitest.h"
 #include "float.h"
diff --git a/testsuite/libffi.call/return_ldl.c b/testsuite/libffi.call/return_ldl.c
index 520e710..52a92fe 100644
--- a/testsuite/libffi.call/return_ldl.c
+++ b/testsuite/libffi.call/return_ldl.c
@@ -3,6 +3,7 @@
    Limitations:	none.
    PR:		none.
    Originator:	<andreast@gcc.gnu.org> 20071113  */
+/* { dg-do run } */
 
 #include "ffitest.h"
 
-- 
1.9.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]