Searched hist:"53 f146bc7d2d4aac0b95ea249a4194cd35a930d9" (Results 1 – 2 of 2) sorted by relevance
/haiku/src/tests/servers/launch/tools/ |
H A D | Jamfile | 53f146bc7d2d4aac0b95ea249a4194cd35a930d9 Tue Dec 12 19:13:41 UTC 2023 PulkoMandy <pulkomandy@pulkomandy.tk> launch_server tests: fix gcc2 build
The launch daemon tests consist of two parts: one unit test and one set of "libbe_test" executables. These share some sources from the launch daemon source directory, but use different compiler flags.
Due to the way we generate object files, the .o files for both variants end up overwriting each other since they are generated in the same directory.
There is also some confusion on compiler flags, since some flags are applied globally to the directory and confuse one or the other of the two targets.
To avoid this, move the test binaries to a subdirectory separate from the unit tests.
Change-Id: I28058abf7a4d4356bc56ef7a67430a277b979532 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6875 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: Niels Sascha Reedijk <niels.reedijk@gmail.com>
|
/haiku/src/tests/servers/launch/ |
H A D | Jamfile | 53f146bc7d2d4aac0b95ea249a4194cd35a930d9 Tue Dec 12 19:13:41 UTC 2023 PulkoMandy <pulkomandy@pulkomandy.tk> launch_server tests: fix gcc2 build
The launch daemon tests consist of two parts: one unit test and one set of "libbe_test" executables. These share some sources from the launch daemon source directory, but use different compiler flags.
Due to the way we generate object files, the .o files for both variants end up overwriting each other since they are generated in the same directory.
There is also some confusion on compiler flags, since some flags are applied globally to the directory and confuse one or the other of the two targets.
To avoid this, move the test binaries to a subdirectory separate from the unit tests.
Change-Id: I28058abf7a4d4356bc56ef7a67430a277b979532 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6875 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: Niels Sascha Reedijk <niels.reedijk@gmail.com>
|