From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id EB7DD40884 for ; Mon, 4 Apr 2022 08:30:38 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 80D4E68B002; Mon, 4 Apr 2022 11:30:35 +0300 (EEST) Received: from shout01.mail.de (shout01.mail.de [62.201.172.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 38C8068A320 for ; Mon, 4 Apr 2022 11:30:29 +0300 (EEST) Received: from postfix01.mail.de (postfix02.bt.mail.de [10.0.121.126]) by shout01.mail.de (Postfix) with ESMTP id 69B64A04F2 for ; Mon, 4 Apr 2022 10:30:28 +0200 (CEST) Received: from smtp02.mail.de (smtp02.bt.mail.de [10.0.121.212]) by postfix01.mail.de (Postfix) with ESMTP id 4CE51A03C6 for ; Mon, 4 Apr 2022 10:30:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mailde202009; t=1649061028; bh=Ncq0tB48rDfO/s/yejSFwciTrG1eXnqWLCYldXmldrg=; h=Message-ID:Date:Subject:To:From:From:To:CC:Subject:Reply-To; b=lTSKCbSGLSkPwfqM5I8K/owOvK9ooCsTw25aJsrSSzuJJaIaxXH6qQ+ddRCzQVFRs cwoXawm+pFWhPTzVJcypt0PWR5hmgyr6xVIByBsFkK4ebixfYBoczD/Q9hLYIOqB73 bRGiyk9Q3EH0MmsKQkVFQ/kTGWE2Z9mtZpmg3zZCNeJPv2znnH4V8+twnKzZUFPxJG oQZ0cdq22wV9Ylj7dsDyfNyQrqoq7Qqi4ca9taurYEuhTSi84rox9WacGPF4pe7HNd A6NpTTPttShXNwgweihh/UktKDpjUypLZDnDSAs1fJwjAyJIRLoIq0ojmr6rSk7o3V tahvdijDeXuGA== Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by smtp02.mail.de (Postfix) with ESMTPSA id 21AC0A03BB for ; Mon, 4 Apr 2022 10:30:27 +0200 (CEST) Message-ID: <1f93234c-f682-1a33-ab16-c8be6b7d8b0f@mail.de> Date: Mon, 4 Apr 2022 10:30:27 +0200 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220403135942.303691-1-stefasab@gmail.com> From: Thilo Borgmann In-Reply-To: <20220403135942.303691-1-stefasab@gmail.com> X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 478 X-purgate-ID: 154282::1649061028-0000737C-0E0A2718/0/0 Subject: Re: [FFmpeg-devel] [PATCH 3/3] tests: add README.md file with simple instructions X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Hi, Am 03.04.22 um 15:59 schrieb Stefano Sabatini: > --- > tests/README.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 48 insertions(+) > create mode 100644 tests/README.md > > diff --git a/tests/README.md b/tests/README.md > new file mode 100644 > index 0000000000..4bcae0b403 > --- /dev/null > +++ b/tests/README.md currently we got part of that in doc/fate.texi. Doesn't it make more sense to add that there? -Thilo _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".