1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 12:47:45 +00:00

LibTest: Add a suite of tests for the generators

This commit is contained in:
Martin Janiczek 2023-10-24 01:47:26 +02:00 committed by Andrew Kaster
parent 2782334152
commit 7c2a569fca
3 changed files with 170 additions and 0 deletions

View file

@ -1,5 +1,6 @@
set(TEST_SOURCES
TestNoCrash.cpp
TestGenerator.cpp
)
foreach(source IN LISTS TEST_SOURCES)