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:
parent
b7259ab38c
commit
107a3b44fa
3 changed files with 160 additions and 0 deletions
6
Tests/JSSpecCompiler/CMakeLists.txt
Normal file
6
Tests/JSSpecCompiler/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
lagom_test(
|
||||
test-runner.cpp
|
||||
NAME TestJSSpecCompiler
|
||||
LIBS LibDiff
|
||||
WORKING_DIRECTORY "${SERENITY_PROJECT_ROOT}/Meta/Lagom/Tools/CodeGenerators/JSSpecCompiler/"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue