mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57:35 +00:00
Tests: Add tests for Core::deferred_invoke
This commit is contained in:
parent
749f62860e
commit
b5a145b466
2 changed files with 26 additions and 0 deletions
|
@ -3,6 +3,7 @@ set(
|
|||
${CMAKE_CURRENT_SOURCE_DIR}/TestLibCoreArgsParser.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/TestLibCoreFileWatcher.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/TestLibCoreIODevice.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/TestLibCoreDeferredInvoke.cpp
|
||||
)
|
||||
|
||||
foreach(source ${TEST_SOURCES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue