c-tap-harness: Fix import paths

Somehow or another, the file list committed as
098e6f141f is missing the tests/
prefix for a number of object files. Reinstate this prefix.

Change-Id: I2b807bf6fb8e5f136aef571e576c036714280b0c
Reviewed-on: http://gerrit.openafs.org/7398
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Russ Allbery <rra@stanford.edu>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
Simon Wilkinson 2012-05-11 21:14:38 +01:00 committed by Derrick Brashear
parent c6782b86d7
commit a18848fcae

View File

@ -1,11 +1,11 @@
LICENSE LICENSE LICENSE LICENSE
NEWS NEWS NEWS NEWS
README README README README
tests/runtests.c runtests.c tests/runtests.c tests/runtests.c
tests/tap/basic.c tap/basic.c tests/tap/basic.c tests/tap/basic.c
tests/tap/basic.h tap/basic.h tests/tap/basic.h tests/tap/basic.h
tests/tap/float.c tap/float.c tests/tap/float.c tests/tap/float.c
tests/tap/float.h tap/float.h tests/tap/float.h tests/tap/float.h
tests/tap/libtap.sh tap/libtap.sh tests/tap/libtap.sh tests/tap/libtap.sh
tests/tap/macros.h tap/macros.h tests/tap/macros.h tests/tap/macros.h