#include "../hws.h" #include <QTest> #include <QCoreApplication> #include "SessionTests.h" #include "ClientTests.h" int main(int argc, char **argv) { QCoreApplication app(argc, argv); int exit = 0; test::SessionTests sessionTests; exit += QTest::qExec(&sessionTests, argc, argv); if (exit > 0) return exit; test::ClientTests phoenixServicesClientTests; exit += QTest::qExec(&phoenixServicesClientTests, argc, argv); return exit; } #include "HWSIntegrationTests.moc"
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 15688 | Doug Scheirer |
Populate -o //guest/perforce_software/helix-web-services/... //guest/doug_scheirer/helix-web-services/.... |
||
//guest/perforce_software/helix-web-services/main/build/helix_web_services_client_qt/test/HWSIntegrationTests.cpp | |||||
#2 | 15448 | tjuricek |
Qt SDK revision: remove higher-level objects from the SDK. It's likely we could add higher-level objects that adapt the executeMethodDone and convert the variant maps to something, well, typed and easier to use. That's not in my current scope of work, however. |
||
#1 | 14050 | tjuricek | Prep versioned release directory for inclusion into Helix Sync app. |