From: Mark Jamsek Subject: Re: Run tog tests by default? To: Christian Weisgerber Cc: gameoftrees@openbsd.org Date: Sun, 16 Apr 2023 18:30:36 +1000 On 23-04-15 10:31PM, Christian Weisgerber wrote: > Since running the tog tests no longer requires special preconditions, > shouldn't they become part of the default regress set? > > diff /home/naddy/got > commit - 5bde47590bc2803fac92ad9b3362511f427d3c6a > path + /home/naddy/got > blob - f754e37ec65b92c49b7c3cb0dfb5dd058f5da175 > file + Makefile > --- Makefile > +++ Makefile This is ok by me. However, the README should also be amended. If ok, please add to the commit: diff /home/mark/src/got commit - be82a03058714e9098c6f74aacbc0d92d10767e5 path + /home/mark/src/got blob - 78c8c8eb5d9b1ba89b54a0ec546927ed21c17d78 file + README --- README +++ README @@ -51,12 +51,9 @@ To run the tog automated test suite: $ mkdir ~/got-test $ make regress GOT_TEST_ROOT=~/got-test -To run the tog automated test suite: +The tog automated test suite is also run with 'make regress'. +Like Got, however, individual tests or the entire suite can be run: - $ make tog-regress - -Like Got, either individual tests or the entire suite can be run: - $ cd regress/tog $ make # run all tests $ ./log.sh # run log view tests -- Mark Jamsek GPG: F2FF 13DE 6A06 C471 CA80 E6E2 2930 DC66 86EE CF68