]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add some details for running regtests on FreeBSD.
authorPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 18 Nov 2021 18:52:46 +0000 (19:52 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 18 Nov 2021 18:52:46 +0000 (19:52 +0100)
README.freebsd

index c6e6818211f5d5d72ea2b7ce0bc3538f4b170341..8a8981439cd2cdb81f17f8843e90ec72a47fa484 100644 (file)
@@ -126,6 +126,22 @@ These are much easier.
 
 They just contain a POST_MEM_WRITE macro for each output argument.
 
+1. Running regression tests
+
+In order to run all of the regression tests you will need to install
+the following packages
+gdb
+gsed
+
+In addition to running "make" you will need to run
+"make check" to build the regression test exectutables
+and "make regtest".  Again, more details can be seen in
+README_DEVELOPERS.
+
+If you want to run the 'nightly' script (see nightly/README.txt)
+you will need to install coreutils and modify the
+nightly/conf/freebsd.* files. The default configuration
+sends an e-mail to the valgrind-testresults mailing list.
 
 Feedback
 ~~~~~~~~