fix build

This commit is contained in:
Andrei Yankovich 2019-08-27 11:21:13 +03:00
parent e83a2d4aee
commit ad903b0d88

View File

@ -644,6 +644,7 @@ void deploytest::testDistroStruct() {
for (auto &i: cases) { for (auto &i: cases) {
QVERIFY(distro.getRelativePath(i.first) == i.second); QVERIFY(distro.getRelativePath(i.first) == i.second);
}
} }
void deploytest::testSetTargetDir() { void deploytest::testSetTargetDir() {