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:
@ -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
|
||||
|
Reference in New Issue
Block a user