From: Paul Eggert Date: Sun, 9 Nov 2025 19:07:05 +0000 (-0800) Subject: * README-hacking: Add testing note. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8b087a9f8b1780a8a8d9fe96d0be5bf5e7f0556;p=thirdparty%2Ftar.git * README-hacking: Add testing note. --- diff --git a/README-hacking b/README-hacking index 5292cd13..85cbff47 100644 --- a/README-hacking +++ b/README-hacking @@ -61,6 +61,12 @@ To only fetch auxiliary files from the network, run './bootstrap --pull'. To only generate files such as 'configure', without accessing the network, run './bootstrap --gen'. +* Testing + +GNU Tar uses Autoconf's Autotest framework for testing; see the tests/ +subdirectory, where the file testsuite.at contains the top level. +Run './testsuite --help' to see how to run individual tests. + * Copyright information