commit 37ad0a50f29496187cdbfd590ff76d0f427c151a from: Christian Weisgerber date: Thu Apr 20 19:46:17 2023 UTC run the tog tests as part of the default regress set ok and README update by jamsek commit - c62d44e73cce01c980cbf186d5872b9be259028a commit + 37ad0a50f29496187cdbfd590ff76d0f427c151a blob - f754e37ec65b92c49b7c3cb0dfb5dd058f5da175 blob + 86e0c721884cc636b289ca3fd5d77a75bedc9f8f --- Makefile +++ Makefile @@ -60,7 +60,4 @@ server-install: server-regress: ${MAKE} -C regress/gotd -tog-regress: - ${MAKE} -C regress/tog - .include 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