Skip to content

Commit

Permalink
Merge remote-tracking branch 'proplib-template/main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Jan 13, 2025
2 parents 25dd0a5 + 2b42143 commit 62c2eaa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,25 +128,22 @@ repository. For details about wrapper repositories, refer to their own README fi

```bash
app/ # The command-line driver which can run the library
data/ # Example input and output files for use with the driver
include/ # Headers used by the command-line driver
src/ # Source code for the command-line driver
tests/ # Header and source files for testing the command-line driver
CMakeLists.txt # Configuration for the command-line driver and its tests
README.md # Usage information for the command-line driver
docs/
CMakeLists.txt # Doxygen configuration
... # Static files (images, HTML, CS, Markdown) used by Doxygen
extern/
... # External Git submodules/dependencies
test-data/ # Git submodule containing test data files shared with wrappers
... # Other external Git submodules/dependencies
include/
<HeaderFile>.h # Library interface header file goes here, e.g. "ITM.h"
src/
<SourceFiles>.cpp # Source files go here, e.g. "LongleyRice.cpp" and "FreeSpaceLoss.cpp"
CMakeLists.txt # Configures cross-platform build
tests/
data/
<TestDataFiles>.csv # Testing data goes here. Does not have to be CSV.
<TestFiles>.cpp # Unit tests, usually one test file per source file.
<TestFiles>.h # Any headers used by tests go here as well.
CMakeLists.txt # CTest+GTest config. Files containing tests must be included here.
Expand Down

0 comments on commit 62c2eaa

Please sign in to comment.