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 61387408F9 for ; Sun, 3 Apr 2022 16:29:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5FD8768B1B8; Sun, 3 Apr 2022 19:29:47 +0300 (EEST) Received: from mail-ej1-f44.google.com (mail-ej1-f44.google.com [209.85.218.44]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8A8AB68B0D6 for ; Sun, 3 Apr 2022 19:29:40 +0300 (EEST) Received: by mail-ej1-f44.google.com with SMTP id qh7so5361941ejb.11 for ; Sun, 03 Apr 2022 09:29:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=lOfO6rMLrWKg3lPgnGbQHmjjIBAYVvZUSUId7CJAFro=; b=lNda30/Za8PkG/xYRT67kkPZJ4ak6Kqeo/eN5JgN6Usmf/BKfgueGEUHZHcYd48I6i w2sKUkwWdlbkhVlCK8D1zzZDL/8u9BNWUMS+qWfSQCuMb79PuE6IizDN4p0eVQ8iPQm8 AdGev8FCPGhh+cmQ8gQvisbW69o09bVi26Qbf8bPi7TlVL+QYKZWWqGOi7l9pt/wI9e6 BfAbtxQbQXVnGKDACSeGLBQGECaSMvaxQIGyKRlXiUoRVcpeu9kh9wuIVeZMPIocssRF 0f++CLWoviOytuuY2AwW7+WjQ9JLIIFXT4V3r+B4T2VbiqIGdb0IkDfkVENDhTj0SH99 wtRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=lOfO6rMLrWKg3lPgnGbQHmjjIBAYVvZUSUId7CJAFro=; b=XxqXqvSP1ooYC4W2FTK6zi6FbWyFiV3WJnvHb78egIYxDMQdSPsdghtkQWQtlxndu4 OeUVe5iJPqXyFrdjjJ0Ujkw24Lk7zGXlUxjhN0ARcw4fe/SEQ8Y6E1t4PmRGMV7os5R/ S//PozNBlwxSlAEWJ7AShuPFwItrW7f1zQl1g0J/zx5KG0PDxf5Aiuz7IJ1olk7h4DUV e4peow89t5wXvLzLSth+QblaHxnzE5cz+g54pFm47uKTOArLgxp1iINfOkUqnhuZQbHL h1md9ZqZhXwKN7scnjLQz009KijFrEdL72UFFBJ0Q+WHCy4UJpkhM0qtBLxJ9u87Gvlg /mQA== X-Gm-Message-State: AOAM533kHY+fejtTvjszO4inmlCMTn1UNS0J9zyzW88aHlcKrDvJQBoO wGFluaM5J2lWzUgQ9vuOO+xuDLDg+/su0g== X-Google-Smtp-Source: ABdhPJw/8Hi0WI7akzeXKcn40RzgQOOFaXxxpwTNcOcdrgwiLObBR3jjpbiWtPI2fyjoYmqyIRXlRg== X-Received: by 2002:a17:907:3d9e:b0:6e0:ac96:c1e6 with SMTP id he30-20020a1709073d9e00b006e0ac96c1e6mr7765398ejc.532.1649003379599; Sun, 03 Apr 2022 09:29:39 -0700 (PDT) Received: from mariano (dynamic-adsl-78-14-80-42.clienti.tiscali.it. [78.14.80.42]) by smtp.gmail.com with ESMTPSA id m17-20020a17090672d100b006df98bb199dsm3407114ejl.129.2022.04.03.09.29.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 03 Apr 2022 09:29:39 -0700 (PDT) Received: by mariano (Postfix, from userid 1000) id 42077BFA54; Sun, 3 Apr 2022 15:59:42 +0200 (CEST) From: Stefano Sabatini To: FFmpeg development discussions and patches Date: Sun, 3 Apr 2022 15:59:42 +0200 Message-Id: <20220403135942.303691-1-stefasab@gmail.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [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 Cc: Stefano Sabatini Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --- 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 @@ -0,0 +1,48 @@ +FFmpeg tests +============ + +Tests are useful to make sure that code changes do not introduce regressions. + +## FATE tests + +FATE (FFmpeg Automated Test Environment) is the system used to test +regressions and should be used for new changes which affect the API or +components behavior. + +To run all tests, run the following command from the commandline: +``` +make fate +``` + +To get the complete list of tests: +``` +make fate-list +``` + +You can specify a subset of tests to run by specifying the +corresponding element form the list with the `fate-` prefix, e.g.: +``` +make fate-ffprobe_compact fate-ffprobe_xml +``` + +## FATE samples + +By default, FFmpeg uses only the standalone tests. To use the +collected FATE samples, you need download and configure the tests with +the FATE samples path. + +To upload or update the samples, run the command: +``` +make fate-rsync SAMPLES=/path/to/samples +``` + +Then you need to setup the path where the samples are located, either +when configuring with: +``` +./configure --samples=path/to/fate/samples +``` + +or when running the tests with: +``` +FATE_SAMPLES=path/to/fate/samples make fate +``` -- 2.25.1 _______________________________________________ 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".