File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -90,3 +90,9 @@ ctest --test-dir build/tests/cpp
90
90
This repository follows the [ contribution guidelines] ( https://github.com/TheFoundryVisionmongers/OpenAssetIO/blob/main/contributing/PROCESS.md )
91
91
outlined in the main OpenAssetIO repository. All discussion most
92
92
welcome!
93
+
94
+ When adding new Traits and Specifications:
95
+
96
+ 1 . Update [ traits.yml] ( traits.yml )
97
+ 2 . Add an [ import test] ( tests/python/openassetio_mediacreation/test_imports.py )
98
+ 3 . Update the [ RELEASE_NOTES] ( RELEASE_NOTES.md )
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: Apache-2.0
2
2
// Copyright 2022 The Foundry Visionmongers Ltd
3
3
4
- // Include all headers to test they are where we expect and can be
5
- // compiled.
4
+ // Include all headers to test they can be compiled.
6
5
7
6
#include < openassetio_mediacreation/openassetio_mediacreation.hpp>
8
- #include < openassetio_mediacreation/traits/content.hpp>
9
- #include < openassetio_mediacreation/traits/content/LocatableContentTrait.hpp>
10
- #include < openassetio_mediacreation/traits/identity/DisplayNameTrait.hpp>
11
- #include < openassetio_mediacreation/traits/managementPolicy.hpp>
12
- #include < openassetio_mediacreation/traits/managementPolicy/ManagedTrait.hpp>
13
- #include < openassetio_mediacreation/traits/managementPolicy/ResolvesFutureEntitiesTrait.hpp>
14
- #include < openassetio_mediacreation/traits/traits.hpp>
15
7
16
8
using namespace openassetio_mediacreation ;
17
9
You can’t perform that action at this time.
0 commit comments