mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 07:35:07 +00:00

Also fixes that it tried to make substrings past the end of the source if we overran the source length.
5 lines
162 B
CMake
5 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)
|