From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99238 invoked by alias); 18 Mar 2018 02:50:55 -0000 Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org Received: (qmail 99212 invoked by uid 89); 18 Mar 2018 02:50:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=integrating, our X-HELO: mail-lf0-f46.google.com Received: from mail-lf0-f46.google.com (HELO mail-lf0-f46.google.com) (209.85.215.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 18 Mar 2018 02:50:52 +0000 Received: by mail-lf0-f46.google.com with SMTP id g203-v6so6165439lfg.11 for ; Sat, 17 Mar 2018 19:50:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=cDlzb3wU2vQHm15PKucuBYU3bvJ/jGAeoeLLkrAouDs=; b=sItBytgAQ/q49hryDwPlGgMM1xzCe1Q4WeItTyRjensfFBqiMBidYRQh5zQgbmmh8q NaMibymB5KkgklpySi1aaQ4HabaLCqpjJpBUOsiST1n/Rjn9Y4yuTjAAfgpVowFRqdz+ F+cWFXdsxBN8M2vil8ly6P5jxR7c4yWNCgFb+WXIdLIdZ0faYWa+jiGvyi5PNfY/vH1Q efCxJdUKK2FTRjXSwDBHOpwfyD8znSyHV2kXmhhehMCx8QgBLU4iNkqvbiho9zxule1f KvLmSnJ23Hkz7Lgx+NtNBhhDu6e32zgmPManAHY0Z4IwDahx5E/pQiIIZfV6SLt2qJVn ZEqA== X-Gm-Message-State: AElRT7Gk6aTgcUF7TBxW9ubVhpNA0DRbsOTKDvpWsQ7mQOtxsnbGfKQ+ VoM1WH5xHpTkq7TGmPKEEyDoO5wcglT8eVcFd+zemQ== X-Google-Smtp-Source: AG47ELs5vB+UKPE0UyAKYWcoJ4EWFjPI06f1JPq1ouSNyPgPwXQvrQv7+pQiAGjUOnYAxd1JGV3p5ncPdJUJniV9d6g= X-Received: by 2002:a19:f101:: with SMTP id p1-v6mr4279980lfh.118.1521341450207; Sat, 17 Mar 2018 19:50:50 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a19:9d06:0:0:0:0:0 with HTTP; Sat, 17 Mar 2018 19:50:49 -0700 (PDT) In-Reply-To: <2304423.D34OM0l70f@omega> References: <2304423.D34OM0l70f@omega> From: Anthony Green Date: Sun, 18 Mar 2018 02:50:00 -0000 Message-ID: Subject: Re: Integrating bhaible's libffi testsuite To: Bruno Haible Cc: libffi-discuss@sourceware.org Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018/txt/msg00011.txt.bz2 Bruno -- this is done now. Thanks! AG On Tue, Mar 13, 2018 at 9:49 AM, Bruno Haible wrote: > Hi Anthony, > >> After a few minor hacks, I've integrated Bruno's libffi testsuite into >> our dejagnu framework, so each test is run individually, abort()'s on >> failure, etc. It runs much more slowly but is suitable for automation >> on embedded targets. > > You're welcome. > > Can it still be run "standalone" (i.e. without 'expect' and dejagnu)? > I mean, on many machines I have access to, there is 'gcc' and 'make' installed > but no 'tcl' and no 'expect'. > > Bruno >