From: Anthony Green Date: Sat, 23 Nov 2019 12:44:26 +0000 (-0500) Subject: Add dejagnu directives accidentally removed X-Git-Tag: upstream/3.3~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=049da08a22b0ca6d63d2be6c209da5ac1335365c;p=platform%2Fupstream%2Flibffi.git Add dejagnu directives accidentally removed --- diff --git a/testsuite/libffi.bhaible/test-call.c b/testsuite/libffi.bhaible/test-call.c index 251a973..01a8a21 100644 --- a/testsuite/libffi.bhaible/test-call.c +++ b/testsuite/libffi.bhaible/test-call.c @@ -16,6 +16,8 @@ along with this program. If not, see . **/ +/* { dg-do run } */ + #include #include #include diff --git a/testsuite/libffi.bhaible/test-callback.c b/testsuite/libffi.bhaible/test-callback.c index 64f3a01..c2633c7 100644 --- a/testsuite/libffi.bhaible/test-callback.c +++ b/testsuite/libffi.bhaible/test-callback.c @@ -16,6 +16,8 @@ * along with this program. If not, see . */ +/* { dg-do run } */ + #include #include #include