You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
8b5259c Move test/src/ files one level up (Russell Yanofsky)
Pull request description:
This will make `test/` directory structure consistent with new `example/` directory. I want the example structure to be as simple as possible, and there's no need for tests or examples to have separate `include/` and `src/` subdirectories when they aren't installing public headers to `/usr/include`.
Also get rid of `BUILD_INTERFACE` cmake expressions in `mptest` target include directory list for the same reason. `mptest` isn't an installed library so it has no need for differentiated `BUILD_INTERFACE` and `INSTALL_INTERFACE` include lists (https://cmake.org/cmake/help/latest/command/target_include_directories.html).
Top commit has no ACKs.
Tree-SHA512: 38de237deb18afd076b8663e2b28aef23a4ebb10514e4dd69e763274ee38e14b4dd65687bc87765caf5f9ef5d66570e9ffb8101ac048052d20fba90641cceec9
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ basis in this library to construct the event-loop necessary to service IPC reque
25
25
26
26
## Example
27
27
28
-
A simple interface description can be found at [test/src/mp/test/foo.capnp](test/src/mp/test/foo.capnp), implementation in [test/src/mp/test/foo.h](test/src/mp/test/foo.h), and usage in [test/src/mp/test/test.cpp](test/src/mp/test/test.cpp).
28
+
A simple interface description can be found at [test/mp/test/foo.capnp](test/mp/test/foo.capnp), implementation in [test/mp/test/foo.h](test/mp/test/foo.h), and usage in [test/mp/test/test.cpp](test/mp/test/test.cpp).
0 commit comments