The following commit has been merged in the master branch:
commit 99ca5c0c22f36ec83c2b766f489e9f17b2afa1b0
Author: Mark Vitale <mvit...@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 <build...@rampaginggeek.com>
    Reviewed-by: Mark Vitale <mvit...@sinenomine.net>
    Reviewed-by: Cheyenne Wills <cwi...@sinenomine.net>
    Reviewed-by: Michael Meffie <mmef...@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
_______________________________________________
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to