buildtools.dircat

This tool concatenates all the files in a directory, with a line at the start of each new file giving the name of the file. This is used for testing tools generating multiple output files. It is similar to 'tail -n +1 dir/*'. The main difference is that it assembles files in the same order on all platforms, a characteristic necessary for testing.

Copyright (c) 2020-2021, eBay Inc. Initially written by Jon Degenhardt

Members

Functions

concatenateDirectoryFiles
void concatenateDirectoryFiles(DirCatOptions cmdopt)
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main(string[] cmdArgs)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

DirCatOptions
struct DirCatOptions
Undocumented in source.

Variables

helpText
auto helpText;
Undocumented in source.

Meta

License

Boost License 1.0 (http://boost.org/LICENSE_1_0.txt)