commit 59d2cb90af3ca356c4e3106c71161352964225a0 from: Christian Weisgerber via: Thomas Adam date: Sat Apr 22 18:10:30 2023 UTC run the tog tests as part of the default regress set ok and README update by jamsek commit - 88e8b64f39ed07952b8245c2e77070c4f4a1aea3 commit + 59d2cb90af3ca356c4e3106c71161352964225a0 blob - 78c8c8eb5d9b1ba89b54a0ec546927ed21c17d78 blob + 13e7491461cf0d089a1ce535fbf467147b1d0054 --- README +++ README @@ -51,12 +51,9 @@ store test data in a directory other than /tmp, such a $ 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 blob - 97c2e6346d4128d75f106a9839b354ae0ad5931d blob + 7c156549c76c720beb2dadfba2208065b90945e4 --- regress/Makefile +++ regress/Makefile @@ -1,4 +1,4 @@ -SUBDIR = cmdline delta deltify idset path fetch +SUBDIR = cmdline delta deltify idset path fetch tog .if make(clean) SUBDIR += gotd