mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:57:34 +00: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
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ template("unittest") {
|
||||||
assert(!defined(invoker.output_dir), "cannot set unittest output_dir")
|
assert(!defined(invoker.output_dir), "cannot set unittest output_dir")
|
||||||
assert(!defined(invoker.testonly), "cannot set unittest testonly")
|
assert(!defined(invoker.testonly), "cannot set unittest testonly")
|
||||||
|
|
||||||
output_dir = target_out_dir
|
|
||||||
|
|
||||||
deps = [ "//AK" ]
|
deps = [ "//AK" ]
|
||||||
if (has_custom_main) {
|
if (has_custom_main) {
|
||||||
deps += [ "//Userland/Libraries/LibTest" ]
|
deps += [ "//Userland/Libraries/LibTest" ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue