OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-361-g99ca5c0
Gerrit Code Review
gerrit@openafs.org
Mon, 24 Jun 2024 15:12:40 -0400
The following commit has been merged in the master branch:
commit 99ca5c0c22f36ec83c2b766f489e9f17b2afa1b0
Author: Mark Vitale <mvitale@sinenomine.net>
Date: Wed Mar 13 20:11:59 2024 -0400
tests: Add missing dependencies for the C-TAP tests
Each C-TAP test is statically linked with libafstest_common as well as
any libaries under test. However, not all tests have these libraries
listed as dependencies in their respective make rules. Thus when
development changes are made to the c-tap harness, the OpenAFS common
code (tests/common/*), or the libraries under test, these tests may not
be rebuilt. This results in unexpected test output and confusion.
Add the libafstest_common library (and other OpenAFS libraries as
needed) as dependencies for all the test targets that require them.
[mmeffie: remove MODULE_LIBS from auth/Makefile.in]
Change-Id: If14d27237cc6d18a424c88b0594e8c6cde1888e4
Reviewed-on: https://gerrit.openafs.org/15725
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
tests/auth/Makefile.in | 25 ++++++++++++-------------
tests/opr/Makefile.in | 8 ++++----
tests/volser/Makefile.in | 9 ++++-----
3 files changed, 20 insertions(+), 22 deletions(-)
--
OpenAFS Master Repository