mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
99ca5c0c22
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> |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile.in | ||
vos-man-t | ||
vos-t.c |