Skip to content

Commit

Permalink
Update Developer Guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed May 11, 2024
1 parent 653054a commit be6f6c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,11 @@ Write-read cycles for scalar values should be implemented in
Unit-tests related to checking that `DataType` API, go in
`tests/unit/tests_high_data_type.cpp`.

#### Empty Arrays
Check related to empty arrays to in `tests/unit/test_empty_arrays.cpp`.

#### Selections
Anything selection related goes in `tests/unit/test_high_five_selection.cpp`.
Anything selection related goes in `tests/unit/test_string.cpp`.
This includes things like `ElementSet` and `HyperSlab`.

#### Strings
Expand Down

0 comments on commit be6f6c7

Please sign in to comment.