mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
Also fixes that it tried to make substrings past the end of the source if we overran the source length.
6 lines
162 B
CMake
6 lines
162 B
CMake
serenity_testjs_test(test-js.cpp test-js)
|
|
|
|
install(TARGETS test-js RUNTIME DESTINATION bin OPTIONAL)
|
|
|
|
serenity_test(test-invalid-unicode-js.cpp LibJS LIBS LibJS)
|