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

patch/Tests: Add some initial tests for patch utility

This commit is contained in:
Shannon Booth 2023-07-14 10:39:17 +12:00 committed by Andrew Kaster
parent 4d8a59f34b
commit 87e2b8e343
2 changed files with 110 additions and 0 deletions

View file

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