forked from LadybirdBrowser/ladybird
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Everywhere: Don't install code generators and test binaries
- Loading branch information
1 parent
d427344
commit 0330576
Showing
9 changed files
with
12 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,13 @@ | ||
serenity_testjs_test(test-js.cpp test-js LIBS LibUnicode) | ||
|
||
install(TARGETS test-js RUNTIME DESTINATION bin OPTIONAL) | ||
|
||
serenity_test(test-invalid-unicode-js.cpp LibJS LIBS LibJS LibUnicode) | ||
|
||
serenity_test(test-value-js.cpp LibJS LIBS LibJS LibUnicode) | ||
|
||
add_executable(test262-runner test262-runner.cpp) | ||
target_link_libraries(test262-runner PRIVATE LibJS LibCore LibUnicode) | ||
serenity_set_implicit_links(test262-runner) | ||
install(TARGETS test262-runner RUNTIME DESTINATION bin OPTIONAL) | ||
|
||
add_executable(test-test262 test-test262.cpp) | ||
target_link_libraries(test-test262 PRIVATE LibMain LibCore LibFileSystem) | ||
serenity_set_implicit_links(test-test262) | ||
install(TARGETS test-test262 RUNTIME DESTINATION bin OPTIONAL) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
serenity_testjs_test(test-wasm.cpp test-wasm LIBS LibWasm LibJS LibCrypto) | ||
install(TARGETS test-wasm RUNTIME DESTINATION bin OPTIONAL) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters