OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-385-g1fe1dac

Gerrit Code Review gerrit@openafs.org
Thu, 27 Jun 2024 22:02:52 -0400


The following commit has been merged in the master branch:
commit 1fe1dac4c520308432b87d17a5a261295b34cc8c
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Sun Aug 8 20:36:14 2021 -0500

    rxkad: Cleanup and build src/rxkad/test
    
    We currently do not build 'fc_test' or any of the programs in
    src/rxkad/test, and they've bitrotted as a result. Clean them up so
    they can build again, and make them all built by default.
    
    Some of these programs depend on higher-level libraries (like
    libafsauthent) that depend on rxkad, so we cannot build the test
    programs during the top-level 'make rxkad' target. So instead, create
    a new top-level target called 'rxkad_test' that just builds the test
    programs. Move 'fc_test' into the test subdir to make it easier to
    build with the other test programs.
    
    Change-Id: Ic5570efd9076e3e4feec18002d67ce8d58f321d1
    Reviewed-on: https://gerrit.openafs.org/14750
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 CODING                           |   2 +
 Makefile.in                      |   7 +-
 src/rxkad/.gitignore             |   1 -
 src/rxkad/Makefile.in            |  23 +----
 src/rxkad/fc_test.c              | 193 ------------------------------------
 src/rxkad/rxkad_common.c         |  14 +++
 src/rxkad/test/.gitignore        |  10 ++
 src/rxkad/test/Makefile.in       |  35 ++++---
 src/rxkad/test/fc_test.c         | 206 +++++++++++++++++++++++++++++++++++++++
 src/rxkad/test/stress.c          |  11 ++-
 src/rxkad/test/stress_c.c        |  70 ++++---------
 src/rxkad/test/stress_internal.h |   2 -
 12 files changed, 290 insertions(+), 284 deletions(-)

-- 
OpenAFS Master Repository