1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:57:35 +00:00

JSSpecCompiler: Add regression test runner

This commit is contained in:
Dan Klishch 2023-10-27 02:00:08 -04:00 committed by Andrew Kaster
parent b7259ab38c
commit 107a3b44fa
3 changed files with 160 additions and 0 deletions

View file

@ -0,0 +1,6 @@
lagom_test(
test-runner.cpp
NAME TestJSSpecCompiler
LIBS LibDiff
WORKING_DIRECTORY "${SERENITY_PROJECT_ROOT}/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler/"
)