Optimised failed test
This commit is contained in:
@@ -9,3 +9,12 @@ target_link_libraries(ValidationTest marte_dev ${MARTe2_LIB} ${IOGAM_LIB} ${Linu
|
||||
|
||||
add_executable(SchedulerTest SchedulerTest.cpp)
|
||||
target_link_libraries(SchedulerTest marte_dev ${MARTe2_LIB} ${IOGAM_LIB} ${LinuxTimer_LIB})
|
||||
|
||||
add_executable(PerformanceTest PerformanceTest.cpp)
|
||||
target_link_libraries(PerformanceTest marte_dev ${MARTe2_LIB})
|
||||
|
||||
add_executable(BrokerExecuteTest BrokerExecuteTest.cpp)
|
||||
target_link_libraries(BrokerExecuteTest marte_dev ${MARTe2_LIB})
|
||||
|
||||
add_executable(FinalValidationTest FinalValidationTest.cpp)
|
||||
target_link_libraries(FinalValidationTest marte_dev ${MARTe2_LIB} ${IOGAM_LIB} ${LinuxTimer_LIB} ${LoggerDataSource_LIB})
|
||||
|
||||
Reference in New Issue
Block a user