12 lines
219 B
C++
12 lines
219 B
C++
#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
|