From f8b087a9f8b1780a8a8d9fe96d0be5bf5e7f0556 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 9 Nov 2025 11:07:05 -0800 Subject: [PATCH] * README-hacking: Add testing note. --- README-hacking | 6 ++++++ 1 file changed, 6 insertions(+) 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