Merge branch '0.5.x' into 0.6.0.x
[novacoin.git] / src / qt / test / test_main.cpp
1 #include <QTest>\r
2 #include <QObject>\r
3 \r
4 #include "urltests.h"\r
5 \r
6 // This is all you need to run all the tests\r
7 int main(int argc, char *argv[])\r
8 {\r
9     URLTests test1;\r
10     QTest::qExec(&test1);\r
11 }\r