mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 21:54:40 +03:00
Meta: Remove explicit setting of output_dir
in GN unit test template
This is causing unit tests to be linked in //Build/obj/Tests rather than //Build/bin. Note that object files are not affected by this change.
This commit is contained in:
parent
392d9d080d
commit
6a73e027a0
Notes:
sideshowbarker
2024-07-17 07:20:49 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/6a73e027a0 Pull-request: https://github.com/SerenityOS/serenity/pull/21960 Reviewed-by: https://github.com/ADKaster ✅
@ -8,8 +8,6 @@ template("unittest") {
|
||||
assert(!defined(invoker.output_dir), "cannot set unittest output_dir")
|
||||
assert(!defined(invoker.testonly), "cannot set unittest testonly")
|
||||
|
||||
output_dir = target_out_dir
|
||||
|
||||
deps = [ "//AK" ]
|
||||
if (has_custom_main) {
|
||||
deps += [ "//Userland/Libraries/LibTest" ]
|
||||
|
Loading…
Reference in New Issue
Block a user