mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
d4736d17ae
Also ensure that all a nullptr input gives null object and you don't accidentally dereference a nullptr.
13 lines
422 B
CMake
13 lines
422 B
CMake
serenity_testjs_test(test-js.cpp test-js)
|
|
|
|
install(TARGETS test-js RUNTIME DESTINATION bin OPTIONAL)
|
|
link_with_locale_data(test-js)
|
|
|
|
serenity_test(test-invalid-unicode-js.cpp LibJS LIBS LibJS)
|
|
link_with_locale_data(test-invalid-unicode-js)
|
|
|
|
serenity_test(test-bytecode-js.cpp LibJS LIBS LibJS)
|
|
link_with_locale_data(test-bytecode-js)
|
|
|
|
serenity_test(test-value-js.cpp LibJS LIBS LibJS)
|
|
link_with_locale_data(test-value-js)
|