Добавил конструктор фильтров
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef PIPELINE_SMOKE_TESTS_H
|
||||
#define PIPELINE_SMOKE_TESTS_H
|
||||
|
||||
#include <QString>
|
||||
|
||||
namespace tests
|
||||
{
|
||||
bool runPipelineSmokeTests(QString &failureReason);
|
||||
} // namespace tests
|
||||
|
||||
#endif // PIPELINE_SMOKE_TESTS_H
|
||||
Reference in New Issue
Block a user