Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-22TextXmlParse: Add truncated-xml testcase #6317Christian Kamm
2017-09-15remove qt4 codeHelmut K. C. Tessarek
2016-07-12Qt4: don't require a X server in the testsOlivier Goffart
Previous commit was not enough
2016-05-12For tests we do not need a xserver running.Hefee
Use for tests QTEST_GUILESS_MAIN and QTEST_APPLESS_MAIN.
2016-03-30Simplify the build of auto testsJocelyn Turcotte
Remove all configure_files: - Move all tests to cpp files - Use the QTEST_MAIN macro instead of a generated main.cpp - Include test*.moc in the cpp to let CMAKE_AUTOMOC call moc - Pass info through add_definitions instead of generating oc_bin.h with them This makes sure that build errors points to the original test source file instead of the generated one in the build directory to be able to jump and fix errors directly from the IDE's error pane.