test: add basic Task unit test

Only only two tests for now. We can iterate on this later :^)

This is to try to avoid breaking things again!
This commit is contained in:
flow
2022-04-07 19:03:29 -03:00
parent 167e32a69f
commit d0cda6d605
2 changed files with 47 additions and 0 deletions

View File

@ -413,6 +413,11 @@ set(TASKS_SOURCES
tasks/SequentialTask.cpp
)
add_unit_test(Task
SOURCES tasks/Task_test.cpp
LIBS Launcher_logic
)
set(SETTINGS_SOURCES
# Settings
settings/INIFile.cpp