summaryrefslogtreecommitdiffstats
path: root/framework/qml/tests/testrunner.cpp
blob: c0bee01a7e1de4c460091af15d6089ac80575b78 (plain)
1
2
3
4
5
6
#include <QtQuickTest/quicktest.h>

int main(int argc, char **argv)
{
    return quick_test_main(argc, argv, "example", 0);
}