Skip to content
This repository was archived by the owner on Dec 16, 2023. It is now read-only.

Files

Latest commit

323be8f · Nov 4, 2020

History

History
28 lines (19 loc) · 701 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 701 Bytes

xrdcl-http - HTTP client plugin for XRootD

Overview

xrdcl-http is an XRootD client plugin which allows XRootD to interact with HTTP repositories.

Build

This project is configured and build using CMake. For example

cmake3 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_LIBDIR=. .
make

Testing

The integration tests are found in the test directory. To run them, the environment variable XROOTD_PREFIX needs to point to a prefix where XRootD and XrdCl-Http are installed:

$ XROOTD_PREFIX=/usr/local ./test/run_test.sh

To run a single test case, provide a patter as a second argument to the script:

$ XROOTD_PREFIX=/usr/local ./test/run_test.sh "001-*"